Merge pull request #2136 from SergioCrisostomo/fix-scroll-event

add missing event in callback
This commit is contained in:
Aresn 2017-10-19 05:45:31 -05:00 committed by GitHub
commit 11baa9a164

View file

@ -178,7 +178,7 @@
} }
}, },
onWheel() { onWheel(event) {
if (this.isLoading) return; if (this.isLoading) return;
// get the wheel direction // get the wheel direction