Skip to content

Commit 2a00cb2

Browse files
committed
focus
1 parent 205cb14 commit 2a00cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChat.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class InlineChatAccessibleViewContribution extends Disposable {
7575
if (!controller) {
7676
return false;
7777
}
78-
const inputFocused = editor.hasWidgetFocus();
78+
const inputFocused = editor.hasTextFocus();
7979
const responseContent = controller?.getMessage();
8080
if (!responseContent) {
8181
return false;

0 commit comments

Comments
 (0)