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.
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.