This commit is contained in:
2026-01-31 01:31:16 +01:00
parent ffed8fd9d9
commit 2a16d662d7
3 changed files with 54 additions and 2 deletions

View File

@@ -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();