fix: make @wheel and @touchstart event passive
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
},
|
||||
]"
|
||||
@mousedown="handlePointerDown"
|
||||
@touchstart="handlePointerDown"
|
||||
@touchstart.passive="handlePointerDown"
|
||||
@click="handleClick"
|
||||
>
|
||||
<slot :id="id" />
|
||||
|
||||
Reference in New Issue
Block a user