Skip to content

Commit 1201327

Browse files
authored
fix(comment): fixed comment (#1933)
1 parent f4434e3 commit 1201327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/sidebar-new.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export function SidebarNew() {
202202
}
203203
}
204204

205-
// Start the scroll attempt after a small delay to ensure rendering
205+
// Start the scroll attempt after a small delay to ensure rendering.
206206
scrollTimeoutRef.current = window.setTimeout(tryScroll, 50)
207207
},
208208
[scrollContainerRef]

0 commit comments

Comments
 (0)