mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 00:22:47 +00:00
Skip Table of Contents pages
This commit is contained in:
@@ -10,7 +10,7 @@ const HeaderNav = React.forwardRef(({}, pagesRef)=>{
|
||||
|
||||
const renderHeaderLinks = ()=>{
|
||||
if(!pagesRef.current) return;
|
||||
const elements = pagesRef.current.querySelectorAll('[id]');
|
||||
const elements = pagesRef.current.querySelectorAll('.page:not(:has(.toc)) [id]');
|
||||
if(!elements) return;
|
||||
const navList = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user