Skip to content

Commit 19c8a02

Browse files
committed
Remove tabpanel again
1 parent 0bf458b commit 19c8a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/shortcuts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function setupShortcuts(shortcutDepth = 2) {
106106
if (i != 2) {
107107
classes += ",";
108108
}
109-
classes += " .content-container:not([role='tabpanel']) > h" + i;
109+
classes += `.content-container > h${i}`;
110110
}
111111

112112
const classElements = Array.from(document.querySelectorAll(classes));

0 commit comments

Comments
 (0)