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 2d63aef commit 4af108eCopy full SHA for 4af108e
filebrowser.js
@@ -439,6 +439,11 @@ async function renderSidebarHTML() {
439
// show search button
440
searchButton.classList.remove('hidden');
441
442
+ } else {
443
+
444
+ // hide search button
445
+ searchButton.classList.add('hidden');
446
447
}
448
449
// render files
@@ -586,6 +591,11 @@ async function renderSidebarHTML() {
586
591
587
592
588
593
594
595
596
597
598
589
599
590
600
601
// render repositories
0 commit comments