asdasd
This commit is contained in:
@@ -333,7 +333,7 @@ const refreshPlaceholderComponent = (component) => {
|
||||
|
||||
const openPlaceholderModal = (editor, component, opts = {}) => {
|
||||
if (!editor) return;
|
||||
const modal = editor.Modal;
|
||||
const modal = opts.modal || editor.Modal;
|
||||
if (!modal) return;
|
||||
ensureInlinePlaceholderStyles();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user