@ohhwells/bridge 0.1.38-next.68 → 0.1.38-next.69

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
@@ -9529,7 +9529,7 @@ function OhhwellsBridge() {
9529
9529
  }
9530
9530
  if (imgEl) {
9531
9531
  const topEl = document.elementFromPoint(x, y);
9532
- if (topEl?.closest('[data-ohw-toolbar], [data-ohw-edit-chrome], [data-ohw-item-interaction], [data-ohw-drag-handle-container], [data-slot="drag-handle"]')) {
9532
+ if (topEl?.closest('[data-ohw-toolbar], [data-ohw-edit-chrome], [data-ohw-item-interaction], [data-ohw-drag-handle-container], [data-slot="drag-handle"], [data-ohw-media-chrome]')) {
9533
9533
  if (hoveredImageRef.current) {
9534
9534
  hoveredImageRef.current = null;
9535
9535
  resumeAnimTracks();