feat: Make sure to run a migration for deferred sessions as well, b=no-bug, c=tabs, workspaces

This commit is contained in:
mr. m
2026-01-26 17:24:12 +01:00
parent ccc1e998da
commit 9afbd1befd
3 changed files with 30 additions and 15 deletions

View File

@@ -162,7 +162,7 @@ class nsZenPinnedTabManager extends nsZenDOMOperatedFeature {
this._resetTabToStoredState(tab);
}
async replacePinnedUrlWithCurrent(tab = undefined) {
replacePinnedUrlWithCurrent(tab = undefined) {
tab ??= TabContextMenu.contextTab;
if (!tab || !tab.pinned) {
return;