@ones-editor/editor 2.1.2-beta.17 → 2.1.2-beta.18
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
|
@@ -68966,7 +68966,7 @@ ${codeText}
|
|
|
68966
68966
|
name: i18n$1.t("comment.quickMenuCommand"),
|
|
68967
68967
|
icon: CommentIcon$1,
|
|
68968
68968
|
groupOrder: 1e3,
|
|
68969
|
-
order:
|
|
68969
|
+
order: 60
|
|
68970
68970
|
}],
|
|
68971
68971
|
executeCommand: (editor2, block, item, child2) => {
|
|
68972
68972
|
if (!child2) {
|
|
@@ -88123,7 +88123,7 @@ ${data2.flowchartText}
|
|
|
88123
88123
|
}
|
|
88124
88124
|
}
|
|
88125
88125
|
});
|
|
88126
|
-
editor.version = "2.1.2-beta.
|
|
88126
|
+
editor.version = "2.1.2-beta.18";
|
|
88127
88127
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
88128
88128
|
window.setReauthFail = (fail) => {
|
|
88129
88129
|
window.isReauthError = fail;
|
|
@@ -88224,7 +88224,7 @@ ${data2.flowchartText}
|
|
|
88224
88224
|
});
|
|
88225
88225
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88226
88226
|
OnesEditorToolbar.register(editor);
|
|
88227
|
-
editor.version = "2.1.2-beta.
|
|
88227
|
+
editor.version = "2.1.2-beta.18";
|
|
88228
88228
|
return editor;
|
|
88229
88229
|
}
|
|
88230
88230
|
async function showDocVersions(editor, options, serverUrl) {
|