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
When the html element use dir="rtl" attribute, and we set the slider plugins with ['infinite', 'rtl'], the slider is blank. But when I remove the 'infinite' plugin, it works.
To Reproduce
Steps to reproduce the behavior:
Use dir="rtl" on parent html element
Use plugins ['rtl']
It works
Then use plugins ['rtl', 'infinite']
It doesn't work and the slider goes blank
Expected behavior
It should work as what it is on left to right direction.
Describe the bug
When the html element use
dir="rtl"
attribute, and we set the slider plugins with['infinite', 'rtl']
, the slider is blank. But when I remove the'infinite'
plugin, it works.To Reproduce
Steps to reproduce the behavior:
dir="rtl"
on parent html element['rtl']
['rtl', 'infinite']
Expected behavior
It should work as what it is on left to right direction.
Environment
The text was updated successfully, but these errors were encountered: