Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 1de07fc

Browse files
committed
build
1 parent a754edb commit 1de07fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/asscroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2924,7 +2924,7 @@ class Controller {
29242924
}
29252925

29262926
src_E.off(Events.WHEEL, this.onScroll);
2927-
src_E.off(Events.SCROLL, this.onScroll);
2927+
src_E.off(Events.INTERNALSCROLL, this.onScroll);
29282928
this.prevScrollPos = this.targetPos;
29292929
(store_default()).body.style.height = '0px';
29302930
}

0 commit comments

Comments
 (0)