mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-20 15:59:05 +02:00
@@ -23,7 +23,7 @@
|
|||||||
img.addEventListener(
|
img.addEventListener(
|
||||||
"load",
|
"load",
|
||||||
function() {
|
function() {
|
||||||
img.closest(".imageTaskContainer").scrollIntoView()
|
img?.closest(".imageTaskContainer").scrollIntoView()
|
||||||
},
|
},
|
||||||
{ once: true }
|
{ once: true }
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user