@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.cjs CHANGED
@@ -9058,6 +9058,7 @@ function OhhwellsBridge() {
9058
9058
  document.addEventListener("touchmove", preventBackgroundScroll, scrollOpts);
9059
9059
  postToParent2({ type: "ow:image-unhover" });
9060
9060
  return () => {
9061
+ document.documentElement.removeAttribute("data-ohw-link-popover-open");
9061
9062
  postToParent2({ type: "ow:link-modal-lock", locked: false });
9062
9063
  html.style.overflow = prevHtmlOverflow;
9063
9064
  body.style.overflow = prevBodyOverflow;
@@ -9669,6 +9670,7 @@ function OhhwellsBridge() {
9669
9670
  setToolbarVariant("rich-text");
9670
9671
  siblingHintElRef.current = null;
9671
9672
  setSiblingHintRect(null);
9673
+ setSiblingHintRects([]);
9672
9674
  setIsItemDragging(false);
9673
9675
  el.setAttribute("contenteditable", "true");
9674
9676
  el.setAttribute("data-ohw-editing", "");