diff options
author | bobzel <zzzman@gmail.com> | 2021-04-07 15:44:17 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-04-07 15:44:17 -0400 |
commit | 821f1395198e4fe4cb06192ce1ba1a2864914159 (patch) | |
tree | 7c2c90ee2b5aa650dcdeeceaf17579762dc062e5 | |
parent | eb2a394bd9e0f7a1aa9a72f328dcb3e1424b6fee (diff) |
can't make two different views of a recording.
-rw-r--r-- | src/client/views/collections/CollectionMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index 3299ea3a9..e0c68e51c 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -403,7 +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); + //Doc.AddDocToList((Doc.UserDoc().myOverlayDocs as Doc), undefined, doc); CollectionDockingView.AddSplit(doc, "right"); } |