diff options
| author | bobzel <zzzman@gmail.com> | 2022-05-23 10:12:19 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-05-23 10:12:19 -0400 |
| commit | 0cddc2350124f7ae870e362a4774de6f4d9a0545 (patch) | |
| tree | 70debf4ad5b6f90c591bfefcb7956efd506c1fe7 /src/client/views/collections/CollectionMenu.tsx | |
| parent | 366cd5f3799a78c297c9a0dc31eb0bd8c0e4c4bd (diff) | |
more code cleanup in currentuserutils. some fixes to dragFactory-count titles.
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 b3fbd4ca4..c322d9e16 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -467,7 +467,7 @@ export class CollectionViewBaseChrome extends React.Component<CollectionViewMenu @undoBatch @action startRecording = () => { - const doc = Docs.Create.ScreenshotDocument("screen recording", { _fitWidth: true, _width: 400, _height: 200, mediaState: "pendingRecording" }); + const doc = Docs.Create.ScreenshotDocument({ title: "screen recording", _fitWidth: true, _width: 400, _height: 200, mediaState: "pendingRecording" }); //Doc.AddDocToList((Doc.UserDoc().myOverlayDocs as Doc), undefined, doc); CollectionDockingView.AddSplit(doc, "right"); } |
