RTL Support
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.
Sounds great! Looking forward to your pull request 😄
@runjuu took some time to get to 😀 but here is the PR: https://github.com/runjuu/column-resizer/pull/13
Hi @mike-shtil-loop, thanks for the PR! I've merged it and published a new version with a small fix.