diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-12 19:26:18 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-12 19:26:18 -0400 |
| commit | 1f7c92833a7256ff015e191e754fa7791c9d977f (patch) | |
| tree | 0daef95412b883d9da37361a391e5c5886b82ebb /src/client/views/collections/CollectionVideoView.tsx | |
| parent | d75d951a863103568f93ab9b04259d07b9668b47 (diff) | |
| parent | 1e79bbb18e54a4408099470c9677b67826db52bb (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionVideoView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionVideoView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionVideoView.tsx b/src/client/views/collections/CollectionVideoView.tsx index 39fe3edd1..f731c4cef 100644 --- a/src/client/views/collections/CollectionVideoView.tsx +++ b/src/client/views/collections/CollectionVideoView.tsx @@ -43,7 +43,7 @@ export class CollectionVideoView extends React.Component<FieldViewProps> { @action onPlayDown = () => { - if (this._videoBox && this._videoBox.player) { + if (this._videoBox) { if (this._videoBox.Playing) { this._videoBox.Pause(); } else { |
