提交 a55b7ecf 编写于 作者: I isidor

fixes #80921

上级 1ad5b21b
...@@ -312,7 +312,7 @@ export class CallStackView extends ViewletPanel { ...@@ -312,7 +312,7 @@ export class CallStackView extends ViewletPanel {
} }
const actions: IAction[] = []; const actions: IAction[] = [];
const actionsDisposable = createAndFillInContextMenuActions(this.contributedContextMenu, { arg: this.getContextForContributedActions(element), shouldForwardArgs: true }, actions, this.contextMenuService); const actionsDisposable = createAndFillInContextMenuActions(this.contributedContextMenu, { arg: this.getContextForContributedActions(element), shouldForwardArgs: false }, actions, this.contextMenuService);
this.contextMenuService.showContextMenu({ this.contextMenuService.showContextMenu({
getAnchor: () => e.anchor, getAnchor: () => e.anchor,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册