mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Merge pull request #2879 from kristijanribaric/fix/change-order-of-tab-context-menu-items
Display Add to Essentials tab context menu item before Pin Tab
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user