提交 eecbbcd3 编写于 作者: S SteVen Batten 提交者: GitHub

fixes #110720

上级 34b0cede
......@@ -426,6 +426,10 @@ export class ActivitybarPart extends Part implements IActivityBarService {
}
private installMenubar() {
if (this.menuBar) {
return; // prevent menu bar from installing twice #110720
}
this.menuBarContainer = document.createElement('div');
this.menuBarContainer.classList.add('menubar');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册