inspiration pull request

This commit is contained in:
yfszzx
2022-10-20 23:58:52 +08:00
parent 604620a7f0
commit d07cb46f34
8 changed files with 225 additions and 7 deletions

View File

@@ -116,7 +116,6 @@ function showGalleryImage() {
e.dataset.modded = true;
if(e && e.parentElement.tagName == 'DIV'){
e.style.cursor='pointer'
e.style.userSelect='none'
e.addEventListener('click', function (evt) {
if(!opts.js_modal_lightbox) return;
modalZoomSet(gradioApp().getElementById('modalImage'), opts.js_modal_lightbox_initially_zoomed)