Skip to content

Commit 9a16a13

Browse files
committed
fix(RunWindow): fix bug where log doesn't auto-scroll
1 parent 0374f3e commit 9a16a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/RunWindow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const RunWindow = (): JSX.Element => {
3333

3434
useEffect(() => {
3535
if (log.current) log.current.scrollTop = log.current.scrollHeight;
36-
}, [log]);
36+
});
3737

3838
return (
3939
<>

0 commit comments

Comments
 (0)