diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-10 09:57:38 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-10 09:57:38 -0400 |
| commit | 2eab3c6035c6444eae083cdeb35fb58a1234f581 (patch) | |
| tree | 9d66a2c2e759cba5ea0286229e5f383554055373 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 9bae71b77847d6823e08e5143d04816f31d3b267 (diff) | |
| parent | 1ab1ff51b5b5769079db1922d5013ec4680a1aa1 (diff) | |
Merge branch 'master' into mainview-jenny
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 87149a4b8..4119fb5ba 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -412,6 +412,8 @@ export class CollectionDockingView extends CollectionSubView() { } tabDestroyed = (tab: any) => { + Doc.AddDocToList(CurrentUserUtils.MyHeaderBarDoc, "data", tab.DashDoc); + Doc.AddDocToList(CurrentUserUtils.MyRecentlyClosed, "data", tab.DashDoc, undefined, true, true); const dview = CollectionDockingView.Instance.props.Document; const fieldKey = CollectionDockingView.Instance.props.fieldKey; Doc.RemoveDocFromList(dview, fieldKey, tab.DashDoc); |
