You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(dnd): implement callback on initializing drag or resize action (jquense#1206)
Addresses jquense#1205
This PR would add an optional prop from the withDragAndDrop addon, that would allow users to pass a onDragStart callback to the DragAndDrop calendar, which gets called with `{ event, action, direction }` as its sole parameter.
The change is minimal, meant to serve users who need the hook and otherwise get out of the way. Open to any feedback!
0 commit comments