aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.tsx
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-03 21:12:32 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-06-03 21:12:32 -0700
commitfeba793526a6cf29c1418ff9e824482f9081ffbf (patch)
tree69865e514082fcd40011b3e3e30b7dd3b8e76209 /src/client/views/nodes/AudioBox.tsx
parente3132b1f9adfe895a0f669993c4fd1f1ec36877e (diff)
upload audio button
Diffstat (limited to 'src/client/views/nodes/AudioBox.tsx')
-rw-r--r--src/client/views/nodes/AudioBox.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx
index 1a935d9b0..8909cb8bf 100644
--- a/src/client/views/nodes/AudioBox.tsx
+++ b/src/client/views/nodes/AudioBox.tsx
@@ -179,6 +179,8 @@ export class AudioBox extends ViewBoxBaseComponent<FieldViewProps, AudioDocument
this._recorder ? this.stopRecording() : this.recordAudioAnnotation();
e.stopPropagation();
}
+ //console.log("record");
+ //this._recorder ? this.stopRecording() : this.recordAudioAnnotation();
}
onPlay = (e: any) => {