RTL Support
Opened this issue ยท 1 comments
mike-shtil-loop commented
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.
runjuu commented
Sounds great! Looking forward to your pull request ๐