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
{{ message }}
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
The current implementation of drag-and-drop in the Timeline component does not provide a way for an application to inspect and make use of the context of the drop event. I'm looking for an option to specify how to handle drop events, through which one would be able to do the following:
Inspect properties of target (item/group) of the drop, and time of the drop.
Make use of the target properties, and the dragged item, to populate the properties of the item to be added.
Use the above information and decide whether to accept or reject the drop event. Based on the outcome, one would have the opportunity to update the dragged item.