v0.5: platform overhaul, 300+ new tools

This commit is contained in:
Waleed
2025-11-12 08:08:51 -08:00
committed by GitHub

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]