[site/ToC][s]: minor timeout tweak in observer

This commit is contained in:
olayway 2022-06-09 14:39:39 +02:00
parent e63bec7fd2
commit d2a17b726b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const useHeadingsObserver = () => {
?.classList.add("active"); ?.classList.add("active");
activeHeading = newActiveHeading; activeHeading = newActiveHeading;
}, 250); }, 300);
}, },
{ {
root: null, root: null,