mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-24 03:18:29 +02:00
Cleaning up the code
This commit is contained in:
parent
d0b2bf736e
commit
a2efda41d3
@ -23,7 +23,6 @@
|
|||||||
// observe for changes in the preview pane
|
// observe for changes in the preview pane
|
||||||
var observer = new MutationObserver(function (mutations) {
|
var observer = new MutationObserver(function (mutations) {
|
||||||
mutations.forEach(function (mutation) {
|
mutations.forEach(function (mutation) {
|
||||||
console.log(mutation.target.class)
|
|
||||||
if (mutation.target.className == 'img-batch') {
|
if (mutation.target.className == 'img-batch') {
|
||||||
Autoscroll(mutation.target)
|
Autoscroll(mutation.target)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user