Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Roll back to Electron v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Oct 15, 2016
1 parent ea9b517 commit 8bf9b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"bower": "^1.5.2",
"cross-env": "^1.0.7",
"decafjs": "^0.3.1",
"electron": "1.4.3",
"electron": "1.3.6",
"electron-packager": "^7.0.1",
"glob": "^7.0.0",
"gulp": "^3.9.0",
Expand Down
1 change: 1 addition & 0 deletions src/containers/icon-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const mapDispatchToProps = (dispatch) => {
let document = event.target.ownerDocument;

// Dirty hack to toggle select element
// FIXME: This doesn't work on Electron >= 1.4.0
let dropdown = document.getElementById('account_selector');
let mouseEvent = document.createEvent('MouseEvents');
mouseEvent.initMouseEvent('mousedown', true, true, window);
Expand Down

0 comments on commit 8bf9b11

Please sign in to comment.