Fixed #7387 - Knob does not handle touch on mobile

pull/7398/head
tugcekucukoglu 2025-03-10 09:25:33 +03:00
parent 8b31a6250e
commit c0d919cc70
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
@keydown="onKeyDown"
@mousedown="onMouseDown"
@mouseup="onMouseUp"
@touchstart.passive="onTouchStart"
@touchstart="onTouchStart"
@touchend="onTouchEnd"
v-bind="ptm('svg')"
>