1
0
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:
Aries
2025-03-18 17:58:43 +08:00
committed by GitHub
parent 618e25d1ab
commit abf09b4593
10 changed files with 69 additions and 10 deletions

View File

@@ -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);