mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 18:30:53 +00:00
update history list (#3035)
This commit is contained in:
@@ -190,7 +190,7 @@ class EditorUtilities {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
getFileHistoryVersion(commitID) {
|
getFileHistoryVersion(commitID, filePath) {
|
||||||
return seafileAPI.getFileRevision(repoID, commitID, filePath);
|
return seafileAPI.getFileRevision(repoID, commitID, filePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user