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 205cb14 commit 2a00cb2Copy full SHA for 2a00cb2
src/vs/workbench/contrib/inlineChat/browser/inlineChat.contribution.ts
@@ -75,7 +75,7 @@ class InlineChatAccessibleViewContribution extends Disposable {
75
if (!controller) {
76
return false;
77
}
78
- const inputFocused = editor.hasWidgetFocus();
+ const inputFocused = editor.hasTextFocus();
79
const responseContent = controller?.getMessage();
80
if (!responseContent) {
81
0 commit comments