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
The feature is a request between 2 other features I have been requested in other posts:
When the user starts to drag a Draggable, it duplicates the object:
it doesn't remove the Draggable from the Source list, but it creates another instance of it.
The component that appears during the drag is different from the one rendered in the list.
For example, as a prop: <Draggable dragRenderer={
Hello
} />
(The virtual model built for the drag operation should be based on the component specified in dragRenderer)
With these 2 features implemented, we could use the library in a lot of new different scenarios.
The text was updated successfully, but these errors were encountered:
The feature is a request between 2 other features I have been requested in other posts:
When the user starts to drag a Draggable, it duplicates the object:
it doesn't remove the Draggable from the Source list, but it creates another instance of it.
The component that appears during the drag is different from the one rendered in the list.
For example, as a prop: <Draggable dragRenderer={
(The virtual model built for the drag operation should be based on the component specified in dragRenderer)
With these 2 features implemented, we could use the library in a lot of new different scenarios.
The text was updated successfully, but these errors were encountered: