mauricius / vue-draggable-resizable

Vue3 Component for draggable and resizable elements.
https://mauricius.github.io/vue-draggable-resizable/
MIT License
3.33k stars 559 forks source link

Chrome warning regarding non-passive listeners. #418

Open sacki5 opened 3 months ago

sacki5 commented 3 months ago

Chrome is throwing violation warnings regarding non-passive listener.

[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive

I get it whenever vue-draggable-resizable mounts. It's currently reproduceble in the playground.