1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

[audio file view] rewrote it with react (#3138)

This commit is contained in:
llj
2019-03-19 17:01:29 +08:00
committed by Daniel Pan
parent 6c592e3ad9
commit df5cd36292
8 changed files with 197 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ class FileContent extends React.Component {
}]
};
return (
<div className="file-view-content flex-1 video-file-view">
<div className="file-view-content flex-1">
<VideoPlayer { ...videoJsOptions } />
</div>
);