[SOLVED]q-modal randomly fails to trigger methods open/close
-
As you can see, I clicked 3 times before it closes. Also note that this only happens randomly and number of clicks varies (e.g. 3, 5, 10).
https://youtu.be/QK1UfHAtQaQRegards
-
Hi,
During development it might happen because of HMR. Best would be before updating source files to close the Modal. This way HMR will correctly do its job.
In production this scenario can’t happen, so no bugs for final product.Cheers,
Razvan