-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
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
Labels
No labels