You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: