mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00:00
@@ -89,6 +89,8 @@ export class MenuBar extends Disposable {
|
||||
this.menuCache = [];
|
||||
this.mnemonics = new Map<KeyCode, number>();
|
||||
|
||||
this._focusState = MenubarState.VISIBLE;
|
||||
|
||||
this._onVisibilityChange = this._register(new Emitter<boolean>());
|
||||
this._onFocusStateChange = this._register(new Emitter<boolean>());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user