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
So I needed to handle an specific scenario on which drag and drop is only enabled on the tab elements, but not on the rest of the targets. I wanted to use the showDndOverlay but seems like it's only executed for elements that come from the outside of the layout.
Is there any alternative that I might try?
TL;DR; I want to enable drag and drop only on tab elements (reorder, or drop on void-container)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I needed to handle an specific scenario on which drag and drop is only enabled on the tab elements, but not on the rest of the targets. I wanted to use the
showDndOverlay
but seems like it's only executed for elements that come from the outside of the layout.Is there any alternative that I might try?
TL;DR; I want to enable drag and drop only on tab elements (reorder, or drop on
void-container
)Beta Was this translation helpful? Give feedback.
All reactions