Skip to content

Draggable interfering with contentEditable Div #598

@javismiles

Description

@javismiles

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions