mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Display Add to Essentials tab context menu item before Pin Tab
Add to Essentials is displayed before Pin tab context menu item so it follows the order in which the tabs are displayed in the sidebar as essentials are above pinned tabs.
This commit is contained in:
@@ -455,7 +455,7 @@
|
||||
oncommand="gZenPinnedTabManager.removeEssentials();"/>
|
||||
`);
|
||||
|
||||
document.getElementById('context_pinTab')?.after(element);
|
||||
document.getElementById('context_pinTab')?.before(element);
|
||||
}
|
||||
|
||||
resetPinnedTabData(tabData) {
|
||||
|
Reference in New Issue
Block a user