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 faced a problem where a user double-tapped a button that opens a modal, causing it to open twice.
I created a workaround using the currentModal returned by openModal to verify if the target modal was already presented. However, this solution doesn't work all the time; if the user clicks too quickly, the modal still becomes visible twice.
The text was updated successfully, but these errors were encountered:
I faced a problem where a user double-tapped a button that opens a modal, causing it to open twice.
I created a workaround using the
currentModal
returned byopenModal
to verify if the target modal was already presented. However, this solution doesn't work all the time; if the user clicks too quickly, the modal still becomes visible twice.The text was updated successfully, but these errors were encountered: