@ones-editor/editor 2.3.0-beta.8 → 2.3.0-beta.9
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
|
@@ -88024,6 +88024,10 @@ ${data2.flowchartText}
|
|
|
88024
88024
|
if (popup) {
|
|
88025
88025
|
return popup;
|
|
88026
88026
|
}
|
|
88027
|
+
const customParent = document.querySelector(`.editor-info-container-${clientId}`);
|
|
88028
|
+
if (customParent) {
|
|
88029
|
+
return customParent;
|
|
88030
|
+
}
|
|
88027
88031
|
const editorRootElement = this.editor.rootElement;
|
|
88028
88032
|
const parentContainer = document.querySelector(".editor-info-container");
|
|
88029
88033
|
if (parentContainer) {
|
|
@@ -90489,7 +90493,7 @@ ${data2.flowchartText}
|
|
|
90489
90493
|
}
|
|
90490
90494
|
}
|
|
90491
90495
|
});
|
|
90492
|
-
editor.version = "2.3.0-beta.
|
|
90496
|
+
editor.version = "2.3.0-beta.9";
|
|
90493
90497
|
return editor;
|
|
90494
90498
|
}
|
|
90495
90499
|
function isDoc(doc2) {
|
|
@@ -90596,7 +90600,7 @@ ${data2.flowchartText}
|
|
|
90596
90600
|
}
|
|
90597
90601
|
});
|
|
90598
90602
|
OnesEditorToolbar.register(editor);
|
|
90599
|
-
editor.version = "2.3.0-beta.
|
|
90603
|
+
editor.version = "2.3.0-beta.9";
|
|
90600
90604
|
return editor;
|
|
90601
90605
|
}
|
|
90602
90606
|
async function showDocVersions(editor, options, serverUrl) {
|