Wire up file preview for video files (#8140)
This commit is contained in:
parent
60ecaac4f8
commit
0feecccef1
3 changed files with 34 additions and 24 deletions
|
@ -226,7 +226,7 @@ export default class VideoFeed extends React.PureComponent<IProps, IState> {
|
|||
),
|
||||
});
|
||||
|
||||
content= (
|
||||
content = (
|
||||
<video className={videoClasses} ref={this.setElementRef} />
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue