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