提交 6dcd4366 编写于 作者: S SteVen Batten

initialize focus state

fixes #64500
上级 bc979264
......@@ -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>());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册