Add name link
This commit is contained in:
parent
6c6f687925
commit
4a7df99224
3 changed files with 4 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ export function scrollActiveSidebar () {
|
|||
|
||||
li.classList.add('active')
|
||||
active = li
|
||||
!hoveredOverSidebar && !sticky.noSticky && active.scrollIntoView()
|
||||
!hoveredOverSidebar && !sticky.noSticky && active.scrollIntoView(false)
|
||||
}
|
||||
|
||||
window.removeEventListener('scroll', highlight)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue