mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-11 21:00:46 -08:00
inspiration pull request
This commit is contained in:
parent
604620a7f0
commit
d07cb46f34
8 changed files with 225 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue