aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-14 17:48:45 -0400
committerMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-14 17:48:45 -0400
commit83690c334c8d343d6d7560a6aa7f8e7be9cd3639 (patch)
treed4ca610a24f91a95e0fdfbc50ebd2ed8fcbc5ac8 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
parent9e9a49665e7fc914d3faab07ab13aba272bbec3a (diff)
done for day - get the functionality down. will make code more readable and fix some small bugs tomorrow
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index a0e0f4f8d..3c5a42b7d 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -1011,7 +1011,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection
// console.log('setRecordingFFView', this);
// }
// TODO: make this based off the specific recording FFView
- (Doc.UserDoc()?.presentationMode === 'none' || Doc.UserDoc()?.presentationMode === 'watching') && RecordingApi.Instance.setPlayFFView(this);
+ // (Doc.UserDoc()?.presentationMode === 'none' || Doc.UserDoc()?.presentationMode === 'watching') && RecordingApi.Instance.setPlayFFView(this);
// if (Doc.UserDoc()?.presentationMode === 'watching') {
// RecordingApi.Instance.pauseVideoAndMovements();
// Doc.UserDoc().presentationMode = 'none';