mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-11 00:05:24 +01:00
restore blur to cancel for chat content widget
This commit is contained in:
@@ -79,7 +79,7 @@ export class InlineChatContentWidget implements IContentWidget {
|
||||
const tracker = dom.trackFocus(this._domNode);
|
||||
this._store.add(tracker.onDidBlur(() => {
|
||||
if (this._visible) {
|
||||
// this._onDidBlur.fire();
|
||||
this._onDidBlur.fire();
|
||||
}
|
||||
}));
|
||||
this._store.add(tracker);
|
||||
|
||||
Reference in New Issue
Block a user