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
Originally posted by garyvh2 November 15, 2023
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)
The text was updated successfully, but these errors were encountered:
Discussed in #391
Originally posted by garyvh2 November 15, 2023
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
)The text was updated successfully, but these errors were encountered: