@ohhwells/bridge 0.1.38-next.67 → 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.js CHANGED
@@ -9467,7 +9467,7 @@ function OhhwellsBridge() {
9467
9467
  }
9468
9468
  if (imgEl) {
9469
9469
  const topEl = document.elementFromPoint(x, y);
9470
- if (topEl?.closest('[data-ohw-toolbar], [data-ohw-edit-chrome], [data-ohw-item-interaction], [data-ohw-drag-handle-container], [data-slot="drag-handle"]')) {
9470
+ 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]')) {
9471
9471
  if (hoveredImageRef.current) {
9472
9472
  hoveredImageRef.current = null;
9473
9473
  resumeAnimTracks();