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:
mr. m 🤙
2024-11-13 23:12:41 +01:00
committed by GitHub

View File

@@ -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