Skip to content

Commit 3596071

Browse files
author
Guillaume Chau
committed
Set scroll event to passive
1 parent 69f3b6b commit 3596071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VirtualScroller.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:is="mainTag"
44
class="virtual-scroller"
55
:class="cssClass"
6-
@scroll="handleScroll"
6+
@scroll.passive="handleScroll"
77
v-observe-visibility="handleVisibilityChange"
88
>
99
<slot

0 commit comments

Comments
 (0)