Skip to content

Commit

Permalink
fix: console scrolls on 1st code block run (#2275)
Browse files Browse the repository at this point in the history
- Fixes #2207
  • Loading branch information
stevenwu15 authored Nov 1, 2024
1 parent aba019a commit 1fe8172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/console/src/Console.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ export class Console extends PureComponent<ConsoleProps, ConsoleState> {
return;
}

this.scrollConsoleHistoryToBottom();
this.updateHistory(result, newHistoryItem);
this.updateKnownObjects(newHistoryItem);
this.updateWorkspaceHistoryItem(
Expand Down

0 comments on commit 1fe8172

Please sign in to comment.