1 parent b557e20 commit 90dbf5aCopy full SHA for 90dbf5a
1 file changed
src/base/deck/scrollwheel.js
@@ -9,7 +9,7 @@ wrap(() => {
9
if (onPage('Decks') || onPage('Crafting')) {
10
eventManager.on(':loaded', () => {
11
globalSet('onload', function () {
12
- this.super();
+ this.super && this.super();
13
if (setting.value()) $('#collection').off('mousewheel DOMMouseScroll');
14
});
15
0 commit comments