[site/ToC][s]: minor timeout tweak in observer
This commit is contained in:
parent
e63bec7fd2
commit
d2a17b726b
|
|
@ -34,7 +34,7 @@ const useHeadingsObserver = () => {
|
|||
?.classList.add("active");
|
||||
|
||||
activeHeading = newActiveHeading;
|
||||
}, 250);
|
||||
}, 300);
|
||||
},
|
||||
{
|
||||
root: null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue