|
@@ -11,6 +11,7 @@
|
|
@contextmenu.prevent
|
|
@contextmenu.prevent
|
|
@mousedown.prevent="click"
|
|
@mousedown.prevent="click"
|
|
@mouseup.prevent="mousedown=false"
|
|
@mouseup.prevent="mousedown=false"
|
|
|
|
+ @mouseleave.prevent="mousedown=false"
|
|
|
|
|
|
@touchstart.prevent="click"
|
|
@touchstart.prevent="click"
|
|
@touchend.prevent="mousedown=false"
|
|
@touchend.prevent="mousedown=false"
|