Refactored impa synchronization.

This commit is contained in:
Burak Kaan Köse
2026-02-14 12:52:17 +01:00
parent 4a0dcd2899
commit 744145be06
26 changed files with 1492 additions and 1243 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ function initializeJodit(fonts, defaultComposerFont, defaultComposerFontSize, de
}
function RenderHTML(htmlString) {
editor.s.insertHTML(htmlString);
editor.value = htmlString;
editor.synchronizeValues();
}