@ones-editor/editor 2.8.16-beta.6 → 2.8.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -82163,6 +82163,9 @@ ${docStr}
|
|
|
82163
82163
|
this.editor = editor;
|
|
82164
82164
|
const tocProvider = OnesEditorTocProvider.register(editor);
|
|
82165
82165
|
tocProvider.addListener("change", this.handleUpdateToc);
|
|
82166
|
+
setTimeout(() => {
|
|
82167
|
+
tocProvider.updateToc();
|
|
82168
|
+
}, 100);
|
|
82166
82169
|
}
|
|
82167
82170
|
destroy() {
|
|
82168
82171
|
const tocProvider = OnesEditorTocProvider.register(this.editor);
|
|
@@ -92972,7 +92975,7 @@ ${data2.plantumlText}
|
|
|
92972
92975
|
}
|
|
92973
92976
|
}
|
|
92974
92977
|
});
|
|
92975
|
-
editor.version = "2.8.16
|
|
92978
|
+
editor.version = "2.8.16";
|
|
92976
92979
|
return editor;
|
|
92977
92980
|
}
|
|
92978
92981
|
function isDoc(doc2) {
|
|
@@ -93085,7 +93088,7 @@ ${data2.plantumlText}
|
|
|
93085
93088
|
}
|
|
93086
93089
|
});
|
|
93087
93090
|
OnesEditorToolbar.register(editor);
|
|
93088
|
-
editor.version = "2.8.16
|
|
93091
|
+
editor.version = "2.8.16";
|
|
93089
93092
|
return editor;
|
|
93090
93093
|
}
|
|
93091
93094
|
async function showDocVersions(editor, options, serverUrl) {
|