Release 11.2.7

This commit is contained in:
be5invis 2022-01-23 13:17:47 -08:00
parent 9f9befe6f3
commit 25b019d6ed
5 changed files with 127 additions and 121 deletions

View file

@ -38,7 +38,7 @@ ipc.on("scroll", function () {
onScroll.apply(this, arguments);
setTimeout(function () {
ipc.send("snapshot", "scroll-done");
}, 100);
}, 500);
});
let onComplete = function () {};