dimsemenov / Magnific-Popup

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

Do not close via ESC for filesystem dialog #1102

Open klapuch opened 5 years ago

klapuch commented 5 years ago

Opening modal with input[type=file] and clicking on it opens filesystem dialog. On pressing ESC key while filesystem dialog is opened, it closes also the MangnificPopup modal in the background.

Is it possible to somehow avoid this behavior?

Thanks