@ones-editor/editor 2.1.1-beta.85 → 2.1.1-beta.86
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
|
@@ -24746,8 +24746,10 @@ var __publicField = (obj, key, value) => {
|
|
|
24746
24746
|
if (focusNode && (this.editor.contains(focusNode) || this.isInDisableScrollMask(focusNode) || this.isInCommandBar(focusNode))) {
|
|
24747
24747
|
return;
|
|
24748
24748
|
}
|
|
24749
|
-
if (
|
|
24750
|
-
|
|
24749
|
+
if (!focusNode) {
|
|
24750
|
+
if (clientType.isSafari || clientType.isIOS) {
|
|
24751
|
+
return;
|
|
24752
|
+
}
|
|
24751
24753
|
}
|
|
24752
24754
|
this.editor.emit("blur", this.editor);
|
|
24753
24755
|
this.callbacks.onBlur();
|
|
@@ -40415,7 +40417,7 @@ ${codeText}
|
|
|
40415
40417
|
if (this.popper) {
|
|
40416
40418
|
this.popper.setAttribute("data-command-bar-id", "mobile-bottom-menu");
|
|
40417
40419
|
}
|
|
40418
|
-
},
|
|
40420
|
+
}, 400);
|
|
40419
40421
|
});
|
|
40420
40422
|
}
|
|
40421
40423
|
close(reason) {
|
|
@@ -86845,7 +86847,7 @@ ${data2.flowchartText}
|
|
|
86845
86847
|
}
|
|
86846
86848
|
}
|
|
86847
86849
|
});
|
|
86848
|
-
editor.version = "2.1.1-beta.
|
|
86850
|
+
editor.version = "2.1.1-beta.86";
|
|
86849
86851
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
86850
86852
|
window.setReauthFail = (fail) => {
|
|
86851
86853
|
window.isReauthError = fail;
|
|
@@ -86946,7 +86948,7 @@ ${data2.flowchartText}
|
|
|
86946
86948
|
});
|
|
86947
86949
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
86948
86950
|
OnesEditorToolbar.register(editor);
|
|
86949
|
-
editor.version = "2.1.1-beta.
|
|
86951
|
+
editor.version = "2.1.1-beta.86";
|
|
86950
86952
|
return editor;
|
|
86951
86953
|
}
|
|
86952
86954
|
async function showDocVersions(editor, options, serverUrl) {
|