diff options
| author | Geireann <60007097+geireann@users.noreply.github.com> | 2021-04-07 14:45:14 -0400 |
|---|---|---|
| committer | Geireann <60007097+geireann@users.noreply.github.com> | 2021-04-07 14:45:14 -0400 |
| commit | 6a73699a10edb842b2b5eba4ef05731772859f13 (patch) | |
| tree | 836ba0e898b4362db1be6328803bed3bae2eaa84 /src/client/views/collections/CollectionMenu.tsx | |
| parent | 1998ed060c1e8a75cbfad0a4b883a6c9daa83a81 (diff) | |
bug fixes
Diffstat (limited to 'src/client/views/collections/CollectionMenu.tsx')
| -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 3321a8d8f..3299ea3a9 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -402,9 +402,9 @@ export class CollectionViewBaseChrome extends React.Component<CollectionMenuProp const doc = Docs.Create.ScreenshotDocument("", { _fitWidth: true, _width: 400, _height: 200, title: "screen snapshot", system: true, cloneFieldFilter: new List<string>(["system"]) }); doc.x = 0; doc.y = 0; + doc.startRec = true; Doc.AddDocToList((Doc.UserDoc().myOverlayDocs as Doc), undefined, doc); CollectionDockingView.AddSplit(doc, "right"); - // doc.startRec = true; } @computed |
