mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
fix(log): passive event listener
This commit is contained in:
parent
71cb2dda21
commit
3df6277980
@ -8,7 +8,7 @@
|
|||||||
lineHeight: lineHeight,
|
lineHeight: lineHeight,
|
||||||
height: styleHeight
|
height: styleHeight
|
||||||
}"
|
}"
|
||||||
@wheel="handleWheel"
|
@wheel.passive="handleWheel"
|
||||||
>
|
>
|
||||||
<n-scrollbar
|
<n-scrollbar
|
||||||
ref="scrollbarRef"
|
ref="scrollbarRef"
|
||||||
|
Loading…
Reference in New Issue
Block a user