mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
fix awol inline chat widget (#247408)
This commit is contained in:
@@ -1310,7 +1310,7 @@ export class InlineChatController2 implements IEditorContribution {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!foundOne && _editor.hasWidgetFocus()) {
|
||||
if (!foundOne && editorObs.isFocused.read(r)) {
|
||||
this._isActiveController.set(true, undefined);
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user