mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
show video thumbnail (#7639)
* show video thumbnail * check preview permission --------- Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -101,7 +101,6 @@ export const openFile = (repoID, record, _openImage = () => {}) => {
|
||||
};
|
||||
|
||||
export const openInNewTab = (repoID, record) => {
|
||||
if (!record) return;
|
||||
const isDir = checkIsDir(record);
|
||||
const fileName = getFileNameFromRecord(record);
|
||||
const parentDir = _getParentDir(record);
|
||||
|
Reference in New Issue
Block a user