forked from extern/easydiffusion
Cleaning up the code
This commit is contained in:
parent
d0b2bf736e
commit
a2efda41d3
@ -23,7 +23,6 @@
|
||||
// observe for changes in the preview pane
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
mutations.forEach(function (mutation) {
|
||||
console.log(mutation.target.class)
|
||||
if (mutation.target.className == 'img-batch') {
|
||||
Autoscroll(mutation.target)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user