mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-18 10:57:14 +00:00
fix: Fixed pinning tabs not storing the position correctly, b=no-bug, c=tabs
This commit is contained in:
@@ -678,6 +678,7 @@
|
||||
workspaceUuid: tab.getAttribute('zen-workspace-id'),
|
||||
isEssential: tab.getAttribute('zen-essential') === 'true',
|
||||
parentUuid: tab.group?.getAttribute('zen-pin-id') || null,
|
||||
position: tab._pPos,
|
||||
});
|
||||
|
||||
tab.setAttribute('zen-pin-id', uuid);
|
||||
|
||||
Reference in New Issue
Block a user