aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-01-22 21:16:30 -0500
committerbobzel <zzzman@gmail.com>2021-01-22 21:16:30 -0500
commit1b3930d46e9fc8950b4997243bb18ca0ae58a345 (patch)
treefad64363f51d4fc418b8a95e59666bffd3e92df1
parentd0025200b23f57ec25d3452d425de8725a032c6a (diff)
from last
-rw-r--r--src/client/views/nodes/AudioBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx
index 6ebd16bf3..e854d40be 100644
--- a/src/client/views/nodes/AudioBox.tsx
+++ b/src/client/views/nodes/AudioBox.tsx
@@ -504,6 +504,7 @@ export class AudioBox extends ViewBoxAnnotatableComponent<FieldViewProps, AudioD
Document={mark}
PanelWidth={() => width}
PanelHeight={() => height}
+ renderDepth={this.props.renderDepth + 1}
focus={() => this.playLink(mark)}
rootSelected={returnFalse}
LayoutTemplate={undefined}