Skip to content

Commit

Permalink
Merge pull request #2879 from kristijanribaric/fix/change-order-of-ta…
Browse files Browse the repository at this point in the history
…b-context-menu-items

Display Add to Essentials tab context menu item before Pin Tab
  • Loading branch information
mauro-balades authored Nov 13, 2024
2 parents 7048b94 + 2798076 commit ab7ae3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/base/zen-components/ZenPinnedTabManager.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
oncommand="gZenPinnedTabManager.removeEssentials();"/>
`);

document.getElementById('context_pinTab')?.after(element);
document.getElementById('context_pinTab')?.before(element);
}

// TODO: remove this as it's not possible to know the base pinned url any more as it's now stored in tab state
Expand Down

0 comments on commit ab7ae3f

Please sign in to comment.