Skip to content

Commit

Permalink
Fix Inspect element of context menu (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 authored Mar 14, 2017
1 parent ee9cc8b commit 56e837d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class MenuBuilder {

Menu.buildFromTemplate([{
label: 'Inspect element',
click() {
click: () => {
this.mainWindow.inspectElement(x, y);
}
}]).popup(this.mainWindow);
Expand Down

0 comments on commit 56e837d

Please sign in to comment.