You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In every project's life there's the inevitable "RTL support" issue. 😃
Under <html dir="rtl"> the flexbox dir flips as expected, but the resizer drag handler still assumes dragging left decreases the column width and right increases. This results in visually-opposite behavior to use expectations.
I imagine the fix isn't hard, could have a crack at a PR, but wanted to agree on a plan here first.
The text was updated successfully, but these errors were encountered:
In every project's life there's the inevitable "RTL support" issue. 😃
Under
<html dir="rtl">
the flexbox dir flips as expected, but the resizer drag handler still assumes dragging left decreases the column width and right increases. This results in visually-opposite behavior to use expectations.I imagine the fix isn't hard, could have a crack at a PR, but wanted to agree on a plan here first.
The text was updated successfully, but these errors were encountered: