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

Commit

Permalink
Merge pull request #5704 from bsclifton/fix-5703-new-tab
Browse files Browse the repository at this point in the history
Dropdown shown when long pressing new tab will now show "New Tab"
  • Loading branch information
bsclifton authored Nov 17, 2016
2 parents b3e619e + a7d499c commit 024a975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/contextMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ function onTabContextMenu (frameProps, e) {
function onNewTabContextMenu (target) {
const rect = target.getBoundingClientRect()
const menuTemplate = [
CommonMenu.newTabMenuItem(),
CommonMenu.newPrivateTabMenuItem(),
CommonMenu.newPartitionedTabMenuItem(),
CommonMenu.newWindowMenuItem()
Expand Down

0 comments on commit 024a975

Please sign in to comment.