Minor change to summary and tab name

This commit is contained in:
2026-02-19 16:23:12 +00:00
parent 3773268706
commit d403e96d34
4 changed files with 4 additions and 4 deletions
@@ -41,7 +41,7 @@ export const PlayPauseButton: React.FC<PlayPauseButtonProps> = ({
setScrolling(true)
clearTimeout(debounceRef.current)
debounceRef.current = window.setTimeout(() => setScrolling(false), 1000)
debounceRef.current = window.setTimeout(() => setScrolling(false), 500)
}
scrollParent.addEventListener('scroll', update, { passive: true })