updates
This commit is contained in:
@@ -323,8 +323,13 @@
|
|||||||
const html = sanitizeInlineHtml(rawHtml, content.textContent || '');
|
const html = sanitizeInlineHtml(rawHtml, content.textContent || '');
|
||||||
component.__bridgeRteLastContent = html;
|
component.__bridgeRteLastContent = html;
|
||||||
logConsoleSnapshot(editor, component, 'before-save');
|
logConsoleSnapshot(editor, component, 'before-save');
|
||||||
|
const forceApply = () => {
|
||||||
applyContentToComponent(editor, component, html);
|
applyContentToComponent(editor, component, html);
|
||||||
logConsoleSnapshot(editor, component, 'after-save');
|
logConsoleSnapshot(editor, component, 'after-save');
|
||||||
|
};
|
||||||
|
forceApply();
|
||||||
|
setTimeout(forceApply, 0);
|
||||||
|
setTimeout(forceApply, 50);
|
||||||
closeModal();
|
closeModal();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user