Vue 2.4.4
Vuetify 0.16.5
Chrome 61, macOS
Clicking inside a dialog opened from within a temporary (or persistent on mobile) navigation drawer should do nothing. Clicking on the dialog background should close the dialog, but not the drawer.
Clicking inside a dialog opened from within a temporary navigation drawer closes the drawer. When the dialog is only rendered if the drawer is open, it will close immediately. Clicking on the dialog background closes dialog and drawer at once.
You can now handle this manually with the stateless prop a little bit of creativity.
Perfect. Thank you very much!
Most helpful comment
You can now handle this manually with the stateless prop a little bit of creativity.
https://codepen.io/johnjleider/pen/MOvxoP