This commit is contained in:
isidor
2019-09-19 17:33:14 +02:00
parent 1ad5b21b5a
commit a55b7ecf69

View File

@@ -312,7 +312,7 @@ export class CallStackView extends ViewletPanel {
}
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({
getAnchor: () => e.anchor,