How can I wrap the child nodes of a in a without breaking the style?
I am using the TreeView of Fluent UI for Blazor and try to combine it with Sortable JS.
I followed the example of Sortable JS for nested sortables and set everything up – but now I’m having the problem that when I set the class (which is used to find the elements for wich a new sortable is created) on the FluentTreeItem itself (the folder in my case) the item isn’t dragable. The children, however, work as expected.
How can I wrap the child nodes of a in a without breaking the style?
I am using the TreeView of Fluent UI for Blazor and try to combine it with Sortable JS.
I followed the example of Sortable JS for nested sortables and set everything up – but now I’m having the problem that when I set the class (which is used to find the elements for wich a new sortable is created) on the FluentTreeItem itself (the folder in my case) the item isn’t dragable. The children, however, work as expected.