Revert "Merge pull request #54854 from Microsoft/revert-52782-electron-2.0.x"

This reverts commit 90fc7e66e2, reversing
changes made to 3b25417fa2.
This commit is contained in:
Daniel Imms
2018-07-23 07:34:16 -07:00
parent 0027da0dac
commit 5dc414cbc9
20 changed files with 7314 additions and 3687 deletions

View File

@@ -190,7 +190,7 @@ function showContextMenu(e) {
}));
}
menu.popup(remote.getCurrentWindow());
menu.popup({ window: remote.getCurrentWindow() });
}
export function startup(data: ProcessExplorerData): void {