diff --git a/app/common/commonMenu.js b/app/common/commonMenu.js index 50934d01d2d..e8e15e055f1 100644 --- a/app/common/commonMenu.js +++ b/app/common/commonMenu.js @@ -75,7 +75,6 @@ module.exports.newTabMenuItem = (openerTabId) => { click: function (item, focusedWindow) { ensureAtLeastOneWindow(Immutable.fromJS({})) appActions.createTabRequested({ - url: 'about:newtab', windowId: getCurrentWindowId(), openerTabId })