@ohhwells/bridge 0.1.45 → 0.1.46

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
@@ -8997,6 +8997,7 @@ function OhhwellsBridge() {
8997
8997
  document.addEventListener("touchmove", preventBackgroundScroll, scrollOpts);
8998
8998
  postToParent2({ type: "ow:image-unhover" });
8999
8999
  return () => {
9000
+ document.documentElement.removeAttribute("data-ohw-link-popover-open");
9000
9001
  postToParent2({ type: "ow:link-modal-lock", locked: false });
9001
9002
  html.style.overflow = prevHtmlOverflow;
9002
9003
  body.style.overflow = prevBodyOverflow;
@@ -9608,6 +9609,7 @@ function OhhwellsBridge() {
9608
9609
  setToolbarVariant("rich-text");
9609
9610
  siblingHintElRef.current = null;
9610
9611
  setSiblingHintRect(null);
9612
+ setSiblingHintRects([]);
9611
9613
  setIsItemDragging(false);
9612
9614
  el.setAttribute("contenteditable", "true");
9613
9615
  el.setAttribute("data-ohw-editing", "");