@ones-editor/editor 2.0.7-beta.18 → 2.0.7-beta.19
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
|
@@ -24029,7 +24029,7 @@ var __publicField = (obj, key, value) => {
|
|
|
24029
24029
|
if (elem.nodeType === 3) {
|
|
24030
24030
|
elem = elem.parentElement;
|
|
24031
24031
|
}
|
|
24032
|
-
return !!(elem == null ? void 0 : elem.closest("div[data-command-bar-id]")) || !!(elem == null ? void 0 : elem.closest("[data-keep-editor-focus]"));
|
|
24032
|
+
return !!(elem == null ? void 0 : elem.closest("div[data-command-bar-id]")) || !!(elem == null ? void 0 : elem.closest("[data-keep-editor-focus]")) || !!(elem == null ? void 0 : elem.closest(".data-keep-editor-focus"));
|
|
24033
24033
|
}
|
|
24034
24034
|
destroy() {
|
|
24035
24035
|
this.callbacks.destroy();
|
|
@@ -82315,7 +82315,7 @@ ${data2.flowchartText}
|
|
|
82315
82315
|
}
|
|
82316
82316
|
}
|
|
82317
82317
|
});
|
|
82318
|
-
editor.version = "2.0.7-beta.
|
|
82318
|
+
editor.version = "2.0.7-beta.19";
|
|
82319
82319
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
82320
82320
|
window.setReauthFail = (fail) => {
|
|
82321
82321
|
window.isReauthError = fail;
|
|
@@ -82409,7 +82409,7 @@ ${data2.flowchartText}
|
|
|
82409
82409
|
if (!clientType.isMobile) {
|
|
82410
82410
|
OnesEditorToolbar.register(editor);
|
|
82411
82411
|
}
|
|
82412
|
-
editor.version = "2.0.7-beta.
|
|
82412
|
+
editor.version = "2.0.7-beta.19";
|
|
82413
82413
|
return editor;
|
|
82414
82414
|
}
|
|
82415
82415
|
async function showDocVersions(editor, options, serverUrl) {
|