[Bug Report][3.6.14] Snackbar reopens without Progress Bar after interruption #20306
Closed
Description
Environment
Vuetify Version: 3.6.14
Vue Version: 3.4.27
Browsers: Chrome 127.0.0.0
OS: Windows 10
Steps to reproduce
- Click on the 'Open snackbar' button to open a snack bar with a progress bar
- Move your pointer over the snack bar to stop the progress bar
- Click on the 'Close' button from the snack bar
- Click on the 'Open snackbar' button to open again the snack bar
Expected Behavior
The second opened snack bar should have a progress bar.
Actual Behavior
The second opened snack bar does not have a progress bar.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
label:"C: VSnackbar"
Despite this IR, I am still in love with Vuetify components, and I always learn new things while reading your code base. Thanks for the great work.