lovasoa / react-contenteditable

React component for a div with editable contents
http://npmjs.com/package/react-contenteditable
Apache License 2.0
1.64k stars 218 forks source link

Switch to edit mode only on double click #247

Closed alxhip closed 3 years ago

alxhip commented 3 years ago

Is there any way how to switch on edit mode only on double click?

lovasoa commented 3 years ago

You have to implement it yourself by changing the contenteditable attribute on double click