We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rtl
1 parent 3169110 commit 418ff65Copy full SHA for 418ff65
js/src/sidebar.js
@@ -106,6 +106,8 @@ const Sidebar = (($) => {
106
this.destroyScrollbar()
107
} else {
108
this.ps = this.makeScrollbar()
109
+ // ToDo: find real fix for ps rtl
110
+ this.ps.isRtl = false
111
}
112
113
@@ -114,6 +116,8 @@ const Sidebar = (($) => {
114
116
setTimeout(() => {
115
117
118
119
120
121
}, Default.transition)
122
123
0 commit comments