fix(comment): fixed comment (#1933)

This commit is contained in:
Waleed
2025-11-12 08:08:04 -08:00
committed by GitHub
parent f4434e302c
commit 1201327adc

View File

@@ -202,7 +202,7 @@ export function SidebarNew() {
}
}
// Start the scroll attempt after a small delay to ensure rendering
// Start the scroll attempt after a small delay to ensure rendering.
scrollTimeoutRef.current = window.setTimeout(tryScroll, 50)
},
[scrollContainerRef]