diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-03 21:12:32 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-03 21:12:32 -0700 |
| commit | feba793526a6cf29c1418ff9e824482f9081ffbf (patch) | |
| tree | 69865e514082fcd40011b3e3e30b7dd3b8e76209 /src/client/views/nodes/AudioBox.tsx | |
| parent | e3132b1f9adfe895a0f669993c4fd1f1ec36877e (diff) | |
upload audio button
Diffstat (limited to 'src/client/views/nodes/AudioBox.tsx')
| -rw-r--r-- | src/client/views/nodes/AudioBox.tsx | 2 |
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) => { |
