mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-20 03:51:20 +00:00
gh-12142: Clear pending attribute on synced tabs (gh-13460)
Co-authored-by: mr. m <mr.m@tuta.com>
This commit is contained in:
@@ -1353,6 +1353,9 @@ class nsZenWindowSync {
|
||||
_forZenEmptyTab: tab.hasAttribute("zen-empty-tab"),
|
||||
});
|
||||
newTab.id = tab.id;
|
||||
if (!tab.hasAttribute("pending")) {
|
||||
newTab.removeAttribute("pending");
|
||||
}
|
||||
this.#syncItemWithOriginal(
|
||||
tab,
|
||||
newTab,
|
||||
|
||||
Reference in New Issue
Block a user