We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03a45b commit 4ed58c8Copy full SHA for 4ed58c8
1 file changed
filebrowser.js
@@ -3488,13 +3488,14 @@ function setupSidebar() {
3488
// render sidebar
3489
renderSidebarHTML();
3490
3491
- // if sidebar is open
+ // if sidebar is open in local storage
3492
if (getStorage('sidebar') == 'true'
3493
&& !isEmbed) {
3494
3495
// don't transition
3496
body.classList.add('notransition');
3497
-
+
3498
+ // open sidebar
3499
toggleSidebar(true);
3500
3501
onNextFrame(() => {
0 commit comments