aautio / react-modal-image

A tiny React component providing modal image Lightbox.
https://aautio.github.io/react-modal-image/
MIT License
198 stars 64 forks source link

Clicks "fall through" the modal on mobile #72

Open whydna opened 1 year ago

whydna commented 1 year ago

You can reproduce this issue in the demo:

Expected: The modal closes (since you tapped on the dimmed area).

Actual: Modal reopens with the image you tapped behind it.

This error looks related: main.js:2 Unable to preventDefault inside passive event listener invocation.