Fixed #7387 - Knob does not handle touch on mobile
parent
8b31a6250e
commit
c0d919cc70
|
@ -16,7 +16,7 @@
|
||||||
@keydown="onKeyDown"
|
@keydown="onKeyDown"
|
||||||
@mousedown="onMouseDown"
|
@mousedown="onMouseDown"
|
||||||
@mouseup="onMouseUp"
|
@mouseup="onMouseUp"
|
||||||
@touchstart.passive="onTouchStart"
|
@touchstart="onTouchStart"
|
||||||
@touchend="onTouchEnd"
|
@touchend="onTouchEnd"
|
||||||
v-bind="ptm('svg')"
|
v-bind="ptm('svg')"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue