Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Apr 10, 2018
1 parent f598b33 commit ac921f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function showContextMenu(e) {
})
);

menu.popup(remote.getCurrentWindow());
menu.popup({ window: remote.getCurrentWindow() });
}
}

Expand Down

0 comments on commit ac921f9

Please sign in to comment.