Hello!
I am creating a menu with children sort object in Vue.
All is working well, but is it possible to disable to possibility to not be able to drop it below a certain item but above it can?
So like this:
Item1
Item2
- Subitem1
- Subitem2
Item3
Disabledfield ( used so we can drop after it when it ends with children)
I want to be able to drop it above Disabledfield but not below.
Is this possible?