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