-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(RTL): Use feature detection to determine RTL
Rather than relying on browser detection to determine how scrollLeft will be defined when an element is RTL, use the method from this library: https://github.com/othree/jquery.rtl-scroll-type which creates a temporary element to see how scrollLeft turns out. Fixes #1689
- Loading branch information
Showing
2 changed files
with
56 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters