Hi, when I apply
<Draggable {...dragHandlers} >
to a div that contains a text, the dragging works well.
When I double click on the div, the text can be edited (contentEditable). However, because of the draggable component, the text in the div cannot be selected and also the cursor always appears at the beginning of the text and cannot be set in any other character by clicking (only using the keyboard keys so in touch devices doenst work)
how can I allow that functionality to work well whenever the user is not dragging and is editing the text of the div?
thank you