Skip to content

Commit

Permalink
Enable Electron right click Inspect Element (#4003)
Browse files Browse the repository at this point in the history
* upgrade to electron 2.0.18 and node 8.9.3

* enable Inspect Element in electron context menu

* use electron-context-menu 0.11.0 due to electron 4 requirement
  • Loading branch information
chrisbreiding authored and brian-mann committed Apr 26, 2019
1 parent b8f0257 commit 40502cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/server/lib/gui/windows.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ module.exports = {
if options.contextMenu
## adds context menu with copy, paste, inspect element, etc
contextMenu({
## don't show inspect element until this fix is released
## and we upgrade electron: https://github.com/electron/electron/pull/8688
showInspectElement: false
showInspectElement: true
window: win
})

Expand Down

0 comments on commit 40502cb

Please sign in to comment.