Skip to content

Commit

Permalink
Fixed #4963 - Knob: Chrome touchstart 'passive' warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 14, 2023
1 parent 38d3edb commit f6c5cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/knob/Knob.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@keydown="onKeyDown"
@mousedown="onMouseDown"
@mouseup="onMouseUp"
@touchstart="onTouchStart"
@touchstart.passive="onTouchStart"
@touchend="onTouchEnd"
v-bind="ptm('svg')"
>
Expand Down

0 comments on commit f6c5cda

Please sign in to comment.