aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-03-04 23:41:31 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-03-04 23:41:31 -0500
commit12329d9de180e8f0bd629ccf6b351baab7782fc5 (patch)
tree9b6422ea9c7c0854c8a068f02b0a87cba13e81ef /src/client/views/nodes/VideoBox.tsx
parent698431888cdc4334f6bbecf71de1499403850067 (diff)
fixes for video snapshots & following links to anchors in videos
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r--src/client/views/nodes/VideoBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx
index 7ab650dc9..439f2d85f 100644
--- a/src/client/views/nodes/VideoBox.tsx
+++ b/src/client/views/nodes/VideoBox.tsx
@@ -261,7 +261,6 @@ export class VideoBox extends DocAnnotatableComponent<FieldViewProps, VideoDocum
}
private get uIButtons() {
- const scaling = Math.min(1.8, this.props.ScreenToLocalTransform().Scale);
const curTime = (this.Document.currentTimecode || 0);
return ([<div className="videoBox-time" key="time" onPointerDown={this.onResetDown} >
<span>{"" + Math.round(curTime)}</span>