filament-tree icon indicating copy to clipboard operation
filament-tree copied to clipboard

Drag and drop doen't work properly on RTL layout

Open malozaibi opened this issue 2 years ago • 1 comments

I am using Arabic language interface and its RTL. the drag and drop still being LTR and its confusing when dragging.

malozaibi avatar Oct 12 '23 14:10 malozaibi

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.

malozaibi avatar Oct 12 '23 14:10 malozaibi