components icon indicating copy to clipboard operation
components copied to clipboard

fix(cdk/drag-drop): auto-scroll to the left not starting in rtl layout

Open crisbeto opened this issue 2 years ago • 0 comments

The drop list has some logic that prevents auto-scrolling when the container isn't scrollable. It didn't account for RTL which meant that, even though the rest of the logic works in RTL, auto-scrolling was being disabled incorrectly.

Fixes #28326.

crisbeto avatar Dec 27 '23 13:12 crisbeto