dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.38k stars 3.5k forks source link

Mousedown/MouseUp overlay problem #1196

Open Wilson2254 opened 1 year ago

Wilson2254 commented 1 year ago

There is a bug when mouseDown occurs inside the popup, and mouseUp is outside and the popup closes. For example - when selecting text, if the mouse was mouseUp outside the popup, it will close. Solution: replace events - https://github.com/dimsemenov/Magnific-Popup/pull/1195