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
I am using the draggable option and when I try to drag the modal in responsive mode I get the error below in the console and the background moves with drag too.
I am using version 2.0.1. I traced the error to the lines below in src/components/Modal.vue file.
I am using the draggable option and when I try to drag the modal in responsive mode I get the error below in the console and the background moves with drag too.
I am using version 2.0.1. I traced the error to the lines below in src/components/Modal.vue file.
document.addEventListener('touchmove', handleDraggableMousemove) document.addEventListener('touchend', handleDraggableMouseup)
I think these listeners should be called with a non-passive flag.
The text was updated successfully, but these errors were encountered: