Wire up file preview for video files (#8140)

This commit is contained in:
Michael Telatynski 2022-03-24 11:59:20 +00:00 committed by GitHub
parent 60ecaac4f8
commit 0feecccef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 24 deletions

View file

@ -226,7 +226,7 @@ export default class VideoFeed extends React.PureComponent<IProps, IState> {
),
});
content= (
content = (
<video className={videoClasses} ref={this.setElementRef} />
);
}