Skip to content

onStart should be when dragging starts #73

@connorjburton

Description

@connorjburton

For Example

You have a contentEditable div that you can edit and drag. When dragging starts, you change contentEditable to false, when dragging stops you change contentEditable to true. However, at the moment onStart triggers on a single click, which means you can never click into a contentEditable div to edit it after you have dragged it.

onStart should trigger when the user has started to drag the element, in my opinion. Or a new function like onDragStart.

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