fix: freezing the list
stop the underlying list scrolling when using the mousewheel or swiping the screen.
This commit is contained in:
parent
cd30888714
commit
47afaeb546
@ -1,6 +1,8 @@
|
||||
<template>
|
||||
<div
|
||||
id="previewer"
|
||||
@touchmove.prevent.stop
|
||||
@wheel.prevent.stop
|
||||
@mousemove="toggleNavigation"
|
||||
@touchstart="toggleNavigation"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user