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

Commit

Permalink
Fixes homepage preference for new tab when it's opened with a keyboard
Browse files Browse the repository at this point in the history
Resolves #8278

Auditors: @bsclifton

Test Plan:
- Open preferences, set homepage value
- Set new tab to open homepage
- Open a new tab with a keyboard (cmd+t)
  • Loading branch information
NejcZdovc authored and bsclifton committed Apr 13, 2017
1 parent e74f0e5 commit 1cd536c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/common/commonMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ module.exports.newTabMenuItem = (openerTabId) => {
click: function (item, focusedWindow) {
ensureAtLeastOneWindow(Immutable.fromJS({}))
appActions.createTabRequested({
url: 'about:newtab',
windowId: getCurrentWindowId(),
openerTabId
})
Expand Down

0 comments on commit 1cd536c

Please sign in to comment.