@ones-editor/editor 2.2.8-beta.2 → 2.2.8-beta.3
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
|
@@ -40130,7 +40130,7 @@ ${codeText}
|
|
|
40130
40130
|
phase: "main",
|
|
40131
40131
|
fn: ({ state }) => {
|
|
40132
40132
|
const popper = state.elements.popper;
|
|
40133
|
-
if (popper.getBoundingClientRect().top < overflowBoundary.getBoundingClientRect().top
|
|
40133
|
+
if (popper.getBoundingClientRect().top < overflowBoundary.getBoundingClientRect().top) {
|
|
40134
40134
|
popper.setAttribute("data-tippy-hidden", "");
|
|
40135
40135
|
} else {
|
|
40136
40136
|
popper.removeAttribute("data-tippy-hidden");
|
|
@@ -88326,7 +88326,7 @@ ${data2.flowchartText}
|
|
|
88326
88326
|
}
|
|
88327
88327
|
}
|
|
88328
88328
|
});
|
|
88329
|
-
editor.version = "2.2.8-beta.
|
|
88329
|
+
editor.version = "2.2.8-beta.3";
|
|
88330
88330
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
88331
88331
|
window.setReauthFail = (fail) => {
|
|
88332
88332
|
window.isReauthError = fail;
|
|
@@ -88427,7 +88427,7 @@ ${data2.flowchartText}
|
|
|
88427
88427
|
});
|
|
88428
88428
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88429
88429
|
OnesEditorToolbar.register(editor);
|
|
88430
|
-
editor.version = "2.2.8-beta.
|
|
88430
|
+
editor.version = "2.2.8-beta.3";
|
|
88431
88431
|
return editor;
|
|
88432
88432
|
}
|
|
88433
88433
|
async function showDocVersions(editor, options, serverUrl) {
|