undo focus input change (#270724)

related to #268553 and #270705
This commit is contained in:
João Moreno
2025-10-10 10:16:53 +02:00
committed by GitHub
parent f1b211e5eb
commit d8b078709b

View File

@@ -944,7 +944,8 @@ export class ChatWidget extends Disposable implements IChatWidget {
// reset the input in welcome view if it was rendered in experimental mode
if (this.viewModel?.getItems().length) {
this.resetWelcomeViewInput();
this.focusInput();
// TODO@bhavyaus
// this.focusInput();
}
if (treeItems.length > 0) {