mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Chat: focus does not stay in input box when transitioning from welcome to empty state (#268553)
Fix: focus input when transitioning from welcome to empty state
This commit is contained in:
@@ -876,6 +876,7 @@ export class ChatWidget extends Disposable implements IChatWidget {
|
||||
const renderStyle = this.viewOptions.renderStyle;
|
||||
this.createInput(this.container, { renderFollowups, renderStyle });
|
||||
this.input.setChatMode(this.lastWelcomeViewChatMode ?? ChatModeKind.Ask);
|
||||
this.focusInput();
|
||||
}
|
||||
|
||||
if (treeItems.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user