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" @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')"
> >