aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/RecordingBox/RecordingBox.tsx
diff options
context:
space:
mode:
authorMichael <michael.foiani@gmail.com>2022-06-13 13:21:38 -0400
committerMichael <michael.foiani@gmail.com>2022-06-13 13:21:38 -0400
commitd91ff1f937e9588b88258b07738eea56bac5fcca (patch)
tree5bce1f51bc61df39337ee5e4c1e3b830d2e034e9 /src/client/views/nodes/RecordingBox/RecordingBox.tsx
parenta3faf09f5a59f1500894c629cb0052e2cf7413e4 (diff)
fix bugs with selecting tracking. very stable now.
Diffstat (limited to 'src/client/views/nodes/RecordingBox/RecordingBox.tsx')
-rw-r--r--src/client/views/nodes/RecordingBox/RecordingBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/RecordingBox/RecordingBox.tsx b/src/client/views/nodes/RecordingBox/RecordingBox.tsx
index 6fe67b6db..a28677525 100644
--- a/src/client/views/nodes/RecordingBox/RecordingBox.tsx
+++ b/src/client/views/nodes/RecordingBox/RecordingBox.tsx
@@ -46,7 +46,7 @@ export class RecordingBox extends ViewBoxBaseComponent() {
this.dataDoc.layout = VideoBox.LayoutString(this.fieldKey);
this.dataDoc[this.props.fieldKey] = new VideoField(this.result.accessPaths.client);
this.dataDoc[this.fieldKey + "-recorded"] = true;
- // stringify the presenation and store it
+ // stringify the presentation and store it
presentation?.movements && (this.dataDoc[this.fieldKey + "-presentation"] = JSON.stringify(presentation));
}