mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Fixed #4963 - Knob: Chrome touchstart 'passive' warnings
This commit is contained in:
parent
38d3edbae1
commit
f6c5cda987
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
@keydown="onKeyDown"
|
||||
@mousedown="onMouseDown"
|
||||
@mouseup="onMouseUp"
|
||||
@touchstart="onTouchStart"
|
||||
@touchstart.passive="onTouchStart"
|
||||
@touchend="onTouchEnd"
|
||||
v-bind="ptm('svg')"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue