Fix keyboard navigation in modal image viewer
This commit is contained in:
parent
1a23dc32ac
commit
b202714b65
|
@ -151,6 +151,7 @@ function showGalleryImage() {
|
|||
e.addEventListener('mousedown', function (evt) {
|
||||
if(!opts.js_modal_lightbox || evt.button != 0) return;
|
||||
modalZoomSet(gradioApp().getElementById('modalImage'), opts.js_modal_lightbox_initially_zoomed)
|
||||
evt.preventDefault()
|
||||
showModal(evt)
|
||||
}, true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue