Refresh editor to display content without events #2099

This commit is contained in:
DianaXWiki 2025-11-12 18:21:07 +02:00
parent 03497e2b71
commit a2ec22ae0d

View File

@ -2010,6 +2010,9 @@ define([
});
cb(labelled);
setTimeout(() => {
editor.refresh();
}, 10);
}, false, true);