vue3-tree-vue
vue3-tree-vue copied to clipboard
Reordering items within the same Folder?
When I'm trying to move Foo2 above Foo, it moves it into the Foo folder. Is there some way I can reorganise nodes within the same folder?
Interesting use case,
There is no current way to do so with drag and drag.
I could look into creating an invisible drop zone above and beneath each node to support ordering.
happy to review a PR if you have one.
That would be a really good solution - I am a little surprised this hasn't come up in the past. I'd love to drop a PR, but I'm not proficient with TS.