add missing event in callback
This commit is contained in:
parent
2e8add2fb3
commit
a3336b3816
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
|||
}
|
||||
},
|
||||
|
||||
onWheel() {
|
||||
onWheel(event) {
|
||||
if (this.isLoading) return;
|
||||
|
||||
// get the wheel direction
|
||||
|
|
Loading…
Add table
Reference in a new issue