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:
@@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user