-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] RTL with loop #241
Comments
Sorry for the delay, I will look into it. But this requires writing better tests and possibly complex refactoring. |
* chore: remove console * chore: fix types for scroll behavior * fix(rtl): fix noPolyfill arg in scrollToItem #241
Fixed in #263 , please update to the latest version. |
Take a look into example in storybook https://asmyshlyaev177.github.io/react-horizontal-scrolling-menu/?path=/story/examples-rtl--rtl , |
* chore: remove console * chore: fix types for scroll behavior * fix(rtl): fix noPolyfill arg in scrollToItem #241
see the demo https://codesandbox.io/s/loop-scroll-forked-yxkskw?file=/src/index.tsx
We can't click the left arrow button in RTL mode.
Appreciate it if we could add the demo about RTL with the loop feature
The text was updated successfully, but these errors were encountered: