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 d53c0b6 commit b092896Copy full SHA for b092896
src/js/02-on-this-page.js
@@ -12,7 +12,7 @@
12
var selectors = document.querySelector('.nav-container .selectors')
13
var selectorsHeight = selectors ? selectors.getBoundingClientRect().height : 0
14
var headingSelector = []
15
- for (var l = 0; l <= levels; l++) headingSelector.push(l ? '.sect' + l + '>h' + (l + 1) + '[id]' : 'h1[id].sect0')
+ for (var l = 0; l <= levels; l++) headingSelector.push(l ? '.sect' + l + ':not(.discrete)>h' + (l + 1) + '[id]' : 'h1[id].sect0')
16
var headings = find(headingSelector.join(','), article)
17
18
var menu = sidebar.querySelector('.toc-menu-placeholder')
0 commit comments