@ones-editor/editor 2.9.8-beta.48 → 2.9.8-beta.49

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
@@ -41652,9 +41652,7 @@ ${codeText}
41652
41652
  const overflowBoundaryRect = overflowBoundary.getBoundingClientRect();
41653
41653
  const topCheck = popperRect.top < overflowBoundaryRect.top;
41654
41654
  const bottomCheck = popperRect.bottom > overflowBoundaryRect.bottom;
41655
- const leftCheck = popperRect.left < overflowBoundaryRect.left;
41656
- const rightCheck = popperRect.right > overflowBoundaryRect.right;
41657
- if (topCheck || bottomCheck || leftCheck || rightCheck) {
41655
+ if (topCheck || bottomCheck) {
41658
41656
  popper.setAttribute("data-tippy-hidden", "");
41659
41657
  } else {
41660
41658
  popper.removeAttribute("data-tippy-hidden");
@@ -95657,7 +95655,7 @@ ${JSON.stringify(error2, null, 2)}`);
95657
95655
  }
95658
95656
  }
95659
95657
  });
95660
- editor.version = "2.9.8-beta.48";
95658
+ editor.version = "2.9.8-beta.49";
95661
95659
  return editor;
95662
95660
  }
95663
95661
  function isDoc(doc2) {
@@ -95790,7 +95788,7 @@ ${JSON.stringify(error2, null, 2)}`);
95790
95788
  OnesEditorDropTarget.register(editor);
95791
95789
  OnesEditorTocProvider.register(editor);
95792
95790
  OnesEditorExclusiveBlock.register(editor);
95793
- editor.version = "2.9.8-beta.48";
95791
+ editor.version = "2.9.8-beta.49";
95794
95792
  return editor;
95795
95793
  }
95796
95794
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.9.8-beta.48",
3
+ "version": "2.9.8-beta.49",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {