Merge pull request #2136 from SergioCrisostomo/fix-scroll-event
add missing event in callback
This commit is contained in:
commit
11baa9a164
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