react-edit-text icon indicating copy to clipboard operation
react-edit-text copied to clipboard

Option to edit on double click

Open agasparovic opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe. I'm using react-edit-text in a draggable element, and I'd like to make it harder for users to accidentally edit when they mean to drag, and vice versa.

Describe the solution you'd like I'd like to have an option for EditText to edit on double click instead of single click.

Describe alternatives you've considered I could potentially fork the library and change onClick to onDoubleClick, but I'd rather not do that!

Additional context None

agasparovic avatar May 27 '24 20:05 agasparovic