[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");
|
?.classList.add("active");
|
||||||
|
|
||||||
activeHeading = newActiveHeading;
|
activeHeading = newActiveHeading;
|
||||||
}, 250);
|
}, 300);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
root: null,
|
root: null,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue