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
You shouldn't have the draggable-object inside the draggable-object-target it isn't meant to work that way. You might be able to make it work, but I'm not sure. You might be looking for sortable items in which case take a look at the readme, that might work for you.
@dgavey I need to highlight an area where I drag the item
The draggable-object-target represents a place to drag objects.
The draggable-object component represents an object you want to drag onto a target.
I have many folders - draggable-object-targets
And in those folders many items - draggable-objects
I have a structure like this
If I try to drag item and hover the draggable-object that the draggable-object-target lose the class accepts-drag
Why the draggable-object should return false on Code . ???
If we set to return true it will be work!
The text was updated successfully, but these errors were encountered: