aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresElementBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-09-14 00:50:56 -0400
committerbobzel <zzzman@gmail.com>2022-09-14 00:50:56 -0400
commit1da52ab07177252d1b4ea08f21a773d539a3722c (patch)
treee072f5a0b92fc4ccd2fa279c1d41ac52837ca4b0 /src/client/views/nodes/trails/PresElementBox.tsx
parentd4656b108813ed4719bd3174ca093b43e440f787 (diff)
made video box controls appear when video is in overlay view
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.tsx')
-rw-r--r--src/client/views/nodes/trails/PresElementBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.tsx b/src/client/views/nodes/trails/PresElementBox.tsx
index 215bede96..e3f93c637 100644
--- a/src/client/views/nodes/trails/PresElementBox.tsx
+++ b/src/client/views/nodes/trails/PresElementBox.tsx
@@ -405,7 +405,6 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps>() {
@action
startRecording = (e: React.MouseEvent, activeItem: Doc) => {
e.stopPropagation();
- console.log('start recording', 'activeItem', activeItem);
if (PresElementBox.videoIsRecorded(activeItem)) {
// if we already have an existing recording
this.showRecording(activeItem, true);