Release 11.2.7
This commit is contained in:
parent
9f9befe6f3
commit
25b019d6ed
5 changed files with 127 additions and 121 deletions
|
@ -38,7 +38,7 @@ ipc.on("scroll", function () {
|
|||
onScroll.apply(this, arguments);
|
||||
setTimeout(function () {
|
||||
ipc.send("snapshot", "scroll-done");
|
||||
}, 100);
|
||||
}, 500);
|
||||
});
|
||||
|
||||
let onComplete = function () {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue