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

fixes #112792

上级 c2044d68
......@@ -67,11 +67,13 @@ export class PaneComposite extends Composite implements IPaneComposite {
const result = [];
result.push(...this.viewPaneContainer.getContextMenuActions2());
if (result.length) {
const otherActions = this.viewPaneContainer.getContextMenuActions();
if (otherActions.length) {
result.push(new Separator());
result.push(...otherActions);
}
result.push(...this.viewPaneContainer.getContextMenuActions());
return result;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册