Skip to content

Commit ae863b5

Browse files
authored
fix(abc:reuse-tab): fix can't be restored in cache (#1870)
1 parent 983cedb commit ae863b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/abc/reuse-tab/reuse-tab.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ export class ReuseTabService implements OnDestroy {
391391
if (!this.storageState) return;
392392

393393
this.cached.list = this.stateSrv.get(this.stateKey).map(v => ({
394+
...v,
394395
title: { text: v.title },
395396
url: v.url,
396397
position: v.position

0 commit comments

Comments
 (0)