aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-06-08 20:08:41 -0400
committerbobzel <zzzman@gmail.com>2022-06-08 20:08:41 -0400
commit0ae3de67900489a6ffd43eabaa810c3ec3fdddd9 (patch)
tree942b722ca234fba332a46a8becdd559ad42d19bc /src
parent7c24d7bb4a24c5224b89585c940db070b82e89fc (diff)
parent629302e544cc0a83fc73d217e081cf086a78a4b5 (diff)
Merge branch 'master' into master-cleanup
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/AudioBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx
index 7ff3196da..669622455 100644
--- a/src/client/views/nodes/AudioBox.tsx
+++ b/src/client/views/nodes/AudioBox.tsx
@@ -651,7 +651,6 @@ export class AudioBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp
ref={this.setupTimelineDrop}
className="audiobox-container"
onContextMenu={this.specificContextMenu}
- onPointerDown={!this.path && !this._recorder ? this.Record : undefined}
style={{ pointerEvents: this.layoutDoc._lockedPosition ? "none" : undefined }}
>
{!this.path ? this.recordingControls : this.playbackControls}