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:
Bhavya U
2025-09-26 14:19:31 -07:00
committed by GitHub
parent 3dbc3d32dc
commit 5cc13c65bc
@@ -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) {