Skip to content

Commit bfc9f72

Browse files
committed
Fixing accidental aux menu triggering
Signed-off-by: Justin Charles <[email protected]>
1 parent e0336ed commit bfc9f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,13 +1031,13 @@
10311031
removePersistentNotification();
10321032

10331033
if (auxToolbar) {
1034-
auxToolbar.style.display = "";
1034+
auxToolbar.style.display = "none";
10351035
}
10361036

10371037
disableAuxDropdown();
10381038
}
10391039
}
1040-
1040+
10411041
function showPersistentNotification() {
10421042
if (!persistentNotification) {
10431043
persistentNotification = document.createElement("div");

0 commit comments

Comments
 (0)