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 28f2d45 commit 50ef80bCopy full SHA for 50ef80b
1 file changed
filebrowser.js
@@ -56,6 +56,9 @@ async function renderSidebarHTML() {
56
57
// hide search screen
58
header.classList.remove('searching');
59
+
60
+ // hide branch menu
61
+ branchMenu.classList.remove('visible');
62
63
64
// map tree location
0 commit comments