mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 13:51:25 -05:00
fixes #91423
This commit is contained in:
@@ -255,7 +255,10 @@ export abstract class ViewPane extends Pane implements IView {
|
||||
this._onDidFocus.fire();
|
||||
}));
|
||||
this._register(focusTracker.onDidBlur(() => {
|
||||
this.focusedViewContextKey.reset();
|
||||
if (this.focusedViewContextKey.get() === this.id) {
|
||||
this.focusedViewContextKey.reset();
|
||||
}
|
||||
|
||||
this._onDidBlur.fire();
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user