diff options
author | bobzel <zzzman@gmail.com> | 2020-08-13 17:11:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 17:11:13 -0400 |
commit | f9936e0f0d8fb670bd887bfd568a8ef12bdbc28d (patch) | |
tree | 6b0d31a2cf5778993cf9e6713e5f50ef992446a0 /src/client/views/nodes/AudioBox.tsx | |
parent | 79ecb86980d67ea2c57be4e38d396a5b19484bfe (diff) | |
parent | bf057a899766527b11094d93503d4a94981bd301 (diff) |
Merge pull request #605 from browngraphicslab/presentation_updates
Presentation updates
Diffstat (limited to 'src/client/views/nodes/AudioBox.tsx')
-rw-r--r-- | src/client/views/nodes/AudioBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx index 011b6ff87..900963eb0 100644 --- a/src/client/views/nodes/AudioBox.tsx +++ b/src/client/views/nodes/AudioBox.tsx @@ -510,7 +510,6 @@ export class AudioBox extends ViewBoxAnnotatableComponent<FieldViewProps, AudioD labelScript = () => AudioBox.LabelScript; render() { - AudioBox.Instance = this; const interactive = SnappingManager.GetIsDragging() || this.active() ? "-interactive" : ""; this._first = true; // for indicating the first marker that is rendered this.path && this._buckets.length !== 100 ? this.peaks : null; // render waveform if audio is done recording |