Fixed #4963 - Knob: Chrome touchstart 'passive' warnings

pull/4976/head
tugcekucukoglu 2023-12-14 16:41:53 +03:00
parent 38d3edbae1
commit f6c5cda987
1 changed files with 1 additions and 1 deletions

View File

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