Invalidate cached tabs after inserting a new pinned tab in ZenPinnedTabManager

This commit is contained in:
mr. M
2025-02-14 17:01:28 +01:00
parent 12e2781668
commit 786a377ada

View File

@@ -238,6 +238,7 @@
);
contaienr.insertBefore(newTab, contaienr.lastChild);
}
gBrowser.tabContainer._invalidateCachedTabs();
newTab.initialize();
}