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 3e8b114 commit 70cbfadCopy full SHA for 70cbfad
1 file changed
plugin/right_outline.js
@@ -286,7 +286,7 @@ class RightOutlinePlugin extends BasePlugin {
286
targetNode.classList.add("active")
287
}
288
289
- _getRoot = type => (type === "header") ? this.utils.getTocTree(this.config.remove_header_styles) : this._getKindRoot([type])
+ _getRoot = type => (type === "header") ? this.utils.getTocTree(this.config.REMOVE_HEADER_STYLES) : this._getKindRoot([type])
290
291
_getKindRoot = types => {
292
const includeHeadings = types.some(type => this.config.INCLUDE_HEADINGS[type])
0 commit comments