fix: make @wheel and @touchstart event passive
This commit is contained in:
@@ -227,7 +227,7 @@ export default {
|
||||
:class="[{ selection: isSelecting }]"
|
||||
@click="onClick"
|
||||
@contextmenu="onContextMenu"
|
||||
@wheel="onWheel"
|
||||
@wheel.passive="onWheel"
|
||||
@mouseenter="onMouseEnter"
|
||||
@mousedown="onMouseDown"
|
||||
@mousemove="onMouseMove"
|
||||
|
||||
Reference in New Issue
Block a user