filament-tree
filament-tree copied to clipboard
Drag and drop doen't work properly on RTL layout
I am using Arabic language interface and its RTL. the drag and drop still being LTR and its confusing when dragging.
One suggestion.
just form ltr for the drag and drop section. (so you don't need to deal with js to support rtl)
.filament-tree.dd {
direction: ltr;
}
That what I am using right now for a rapid solution.