Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Update Ctrl+Home click or Cmd+Home click to open home page in backgro…
Browse files Browse the repository at this point in the history
…und tab, matching Chrome behavior

For more info, see discussion at #7718 (comment)

Auditors: @jonathansampson
  • Loading branch information
bsclifton committed Apr 11, 2017
1 parent 01575aa commit 6f84ad0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/renderer/components/navigation/navigationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ class NavigationBar extends ImmutableComponent {
if (i === 0 && !eventUtil.isForSecondaryAction(e)) {
appActions.loadURLRequested(tabId, homepage)
} else {
appActions.createTabRequested({ url: homepage })
appActions.createTabRequested({
url: homepage,
active: false
})
}
})
}
Expand Down

0 comments on commit 6f84ad0

Please sign in to comment.