merged with master

This commit is contained in:
Gani Georgiev
2024-02-10 15:41:39 +02:00
33 changed files with 45 additions and 40 deletions
+3
View File
@@ -225,6 +225,9 @@
return () => {
try {
if (editorRef) {
// temp workaround for https://github.com/tinymce/tinymce/issues/9377
editorRef.dom?.unbind(document);
getTinymce()?.remove(editorRef);
}
} catch (_) {}