diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-10 14:28:25 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-10 14:28:25 -0400 |
| commit | e0b3c759880639bf56f9b8b39ea2e38c5cbad8a6 (patch) | |
| tree | 5f88f565db34f65897e3cef1ba6d7388bdffa447 /src/client/views/nodes/VideoBox.tsx | |
| parent | 9ea0f409cfc2a6c11bb1cf6e00015eb97900507b (diff) | |
fixed extra rendering for collections.
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
| -rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 314af64c9..9d7c2bc56 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -66,7 +66,7 @@ export class VideoBox extends React.Component<FieldViewProps> { <Measure onResize={this.setScaling}> {({ measureRef }) => <div style={{ width: "100%", height: "auto" }} ref={measureRef}> - <video className="videobox-cont" onClick={() => { }} ref={this.setVideoRef}> + <video className="videobox-cont" ref={this.setVideoRef}> <source src={path} type="video/mp4" /> Not supported. </video> |
