aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.tsx
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-06-08 15:51:28 -0400
committermehekj <mehek.jethani@gmail.com>2022-06-08 15:51:28 -0400
commit9501e39728851d7cd66faa51c619e17b0265f56e (patch)
tree60e1a2bb6c40f845d62efe6dfb9859f87b29e477 /src/client/views/nodes/AudioBox.tsx
parentc412afe10fda4b3a8a918621c7f3bbaf6db8f1f2 (diff)
thumbnail preview of video when hovering over timeline
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 787ad939d..59c37753a 100644
--- a/src/client/views/nodes/AudioBox.tsx
+++ b/src/client/views/nodes/AudioBox.tsx
@@ -591,6 +591,8 @@ export class AudioBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp
/>
</div>}
+ {this.miniPlayer && <div>/</div>}
+
<div className="timecode-duration">
{this.timeline && formatTime(Math.round(this.timeline.clipDuration))}
</div>