We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9158a4 commit 004a2c4Copy full SHA for 004a2c4
src/vs/workbench/contrib/chat/browser/chatWidget.ts
@@ -621,7 +621,7 @@ export class ChatWidget extends Disposable implements IChatWidget {
621
this.requestInProgress.set(this.viewModel.requestInProgress);
622
623
this.onDidChangeItems();
624
- if (events.some(e => e?.kind === 'addRequest')) {
+ if (events.some(e => e?.kind === 'addRequest') && this.visible) {
625
revealLastElement(this.tree);
626
this.focusInput();
627
}
0 commit comments