mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-25 14:16:10 +00:00
fix: Fixed adding tabs to essentials from pinned tabs, b=(no-bug), c=tabs
This commit is contained in:
@@ -653,7 +653,7 @@
|
||||
pin.isEssential = true;
|
||||
this.savePin(pin);
|
||||
}
|
||||
document.getElementById('zen-essentials-container').appendChild(tab);
|
||||
ZenWorkspaces.getEssentialsSection(tab).appendChild(tab);
|
||||
gBrowser.tabContainer._invalidateCachedTabs();
|
||||
} else {
|
||||
gBrowser.pinTab(tab);
|
||||
|
||||
Reference in New Issue
Block a user