update editor config

This commit is contained in:
Simon Vieille 2021-06-09 18:14:23 +02:00
parent b08d6a4f3e
commit 0d924dbf8a
1 changed files with 1 additions and 1 deletions

View File

@ -96,5 +96,5 @@ module.exports = function() {
const config = {attributes: false, childList: true, subtree: true};
observer.observe(document.querySelector('body'), config);
doInitEditor();
$(window).ready(doInitEditor);
};