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.
1 parent e8acd34 commit 8fc5bf5Copy full SHA for 8fc5bf5
js/src/sidebar.js
@@ -129,13 +129,13 @@ const Sidebar = (($) => {
129
}
130
131
makeScrollbar() {
132
- let container = Selector.SIDEBAR_SCROLL;
+ let container = Selector.SIDEBAR_SCROLL
133
134
if (document.querySelector(container) === null) {
135
- container = Selector.NAVIGATION_CONTAINER;
+ container = Selector.NAVIGATION_CONTAINER
136
137
138
- return null;
+ return null
139
140
141
0 commit comments