@ones-editor/editor 2.1.2-beta.16 → 2.1.2-beta.17
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
|
@@ -69015,6 +69015,7 @@ ${codeText}
|
|
|
69015
69015
|
editor2.selection.selectBlock(block, 0, getBlockTextLength$6(editor2, block), { noScroll: true });
|
|
69016
69016
|
editor2.readonly = false;
|
|
69017
69017
|
const editorComments = editor2.getCustom("editor-comments");
|
|
69018
|
+
editorComments.showCommentList();
|
|
69018
69019
|
addCommentToBlock$1(editor2, block, editorComments.commentProvider);
|
|
69019
69020
|
setTimeout(() => {
|
|
69020
69021
|
editor2.readonly = true;
|
|
@@ -88122,7 +88123,7 @@ ${data2.flowchartText}
|
|
|
88122
88123
|
}
|
|
88123
88124
|
}
|
|
88124
88125
|
});
|
|
88125
|
-
editor.version = "2.1.2-beta.
|
|
88126
|
+
editor.version = "2.1.2-beta.17";
|
|
88126
88127
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
88127
88128
|
window.setReauthFail = (fail) => {
|
|
88128
88129
|
window.isReauthError = fail;
|
|
@@ -88223,7 +88224,7 @@ ${data2.flowchartText}
|
|
|
88223
88224
|
});
|
|
88224
88225
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88225
88226
|
OnesEditorToolbar.register(editor);
|
|
88226
|
-
editor.version = "2.1.2-beta.
|
|
88227
|
+
editor.version = "2.1.2-beta.17";
|
|
88227
88228
|
return editor;
|
|
88228
88229
|
}
|
|
88229
88230
|
async function showDocVersions(editor, options, serverUrl) {
|