Fix scrolling for anchors on the current page
Signed-off-by: drankou <aliaksandr.drankou@productboard.com>
This commit is contained in:
@@ -184,7 +184,7 @@ export const useTechDocsReaderDom = (
|
||||
navigate(`${parsedUrl.pathname}${parsedUrl.hash}`);
|
||||
// Scroll to hash if it's on the current page
|
||||
transformedElement
|
||||
?.querySelector(`#${parsedUrl.hash.slice(1)}`)
|
||||
?.querySelector(`[id="${parsedUrl.hash.slice(1)}"]`)
|
||||
?.scrollIntoView();
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user