react-modal-hook
react-modal-hook copied to clipboard
when I try to select a text in an input in the modal and overdrag the modal it gets closed
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.