add missing event in callback

This commit is contained in:
Sergio Crisostomo 2017-10-19 10:41:19 +02:00
parent 2e8add2fb3
commit a3336b3816

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