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
This is never what a user expects/wants to happen.
I think this might be because you're using onClick even handler on the overlay.
It might be better to use onMouseDown instead.
The text was updated successfully, but these errors were encountered:
capaj
changed the title
when I try to select a text in an input in the modal and overdrag the modal it get's closed
when I try to select a text in an input in the modal and overdrag the modal it gets closed
Nov 21, 2020
This is never what a user expects/wants to happen.
I think this might be because you're using
onClick
even handler on the overlay.It might be better to use
onMouseDown
instead.The text was updated successfully, but these errors were encountered: