fix awol inline chat widget (#247408)

This commit is contained in:
Johannes Rieken
2025-04-25 18:57:00 +02:00
committed by GitHub
parent 1fd629a04c
commit 76a75a5e8e

View File

@@ -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);
}
}));