aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeireann <60007097+geireann@users.noreply.github.com>2021-04-08 04:08:08 -0400
committerGeireann <60007097+geireann@users.noreply.github.com>2021-04-08 04:08:08 -0400
commit7fdc6ee98eb77b6c46ebaf09b2eb308d5a317c78 (patch)
treebfe07aa727250bd0cd799517b16dea1bf4ba10f1
parentd0b90a0a7849cdc06f4332df9ad6eae5342520ca (diff)
parent821f1395198e4fe4cb06192ce1ba1a2864914159 (diff)
Merge branch 'demo_changes' of https://github.com/browngraphicslab/Dash-Web into demo_changes
-rw-r--r--src/client/views/collections/CollectionMenu.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx
index 6816b4739..f56f12c67 100644
--- a/src/client/views/collections/CollectionMenu.tsx
+++ b/src/client/views/collections/CollectionMenu.tsx
@@ -403,6 +403,7 @@ export class CollectionViewBaseChrome extends React.Component<CollectionMenuProp
doc.x = 0;
doc.y = 0;
doc.startRec = true;
+ //Doc.AddDocToList((Doc.UserDoc().myOverlayDocs as Doc), undefined, doc);
CollectionDockingView.AddSplit(doc, "right");
}