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 0bf458b commit 19c8a02Copy full SHA for 19c8a02
assets/js/shortcuts.js
@@ -106,7 +106,7 @@ function setupShortcuts(shortcutDepth = 2) {
106
if (i != 2) {
107
classes += ",";
108
}
109
- classes += " .content-container:not([role='tabpanel']) > h" + i;
+ classes += `.content-container > h${i}`;
110
111
112
const classElements = Array.from(document.querySelectorAll(classes));
0 commit comments