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 baa71d4 commit 98d6c02Copy full SHA for 98d6c02
assets/js/shortcuts.js
@@ -169,7 +169,7 @@ function setupShortcuts(shortcutDepth = 2) {
169
document.querySelectorAll("#shortcuts div:not(#shortcuts-header)"),
170
);
171
const shortcutsContainer = document.getElementById("shortcuts-container");
172
-
+
173
if (shortcutsContainer) {
174
if (shortcuts.length == 0) {
175
shortcutsContainer.style.display = "none";
0 commit comments