Loading editor/html/js/editor.js +5 −5 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ I18n.translatePage(); loadPlugins(); loadDocument(); bindToolbar(); bindTreeActions(); bindDialogs(); bindSettingsDialog(); bindAiDialog(); try { bindToolbar(); } catch(e) { console.error('bindToolbar:', e); } try { bindTreeActions(); } catch(e) { console.error('bindTreeActions:', e); } try { bindDialogs(); } catch(e) { console.error('bindDialogs:', e); } try { bindSettingsDialog(); } catch(e) { console.error('bindSettingsDialog:', e); } try { bindAiDialog(); } catch(e) { console.error('bindAiDialog:', e); } Preview.clear(); DocumentTree.setOnSelect(function(uuid) { Loading Loading
editor/html/js/editor.js +5 −5 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ I18n.translatePage(); loadPlugins(); loadDocument(); bindToolbar(); bindTreeActions(); bindDialogs(); bindSettingsDialog(); bindAiDialog(); try { bindToolbar(); } catch(e) { console.error('bindToolbar:', e); } try { bindTreeActions(); } catch(e) { console.error('bindTreeActions:', e); } try { bindDialogs(); } catch(e) { console.error('bindDialogs:', e); } try { bindSettingsDialog(); } catch(e) { console.error('bindSettingsDialog:', e); } try { bindAiDialog(); } catch(e) { console.error('bindAiDialog:', e); } Preview.clear(); DocumentTree.setOnSelect(function(uuid) { Loading