mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 23:34:45 +00:00
New draft file (#2465)
This commit is contained in:
@@ -38,8 +38,8 @@ class EditorUtilities {
|
||||
});
|
||||
}
|
||||
|
||||
createFile(filePath) {
|
||||
return seafileAPI.createFile(repoID, filePath);
|
||||
createFile(filePath, isDraft) {
|
||||
return seafileAPI.createFile(repoID, filePath, isDraft);
|
||||
}
|
||||
|
||||
deleteFile(filePath) {
|
||||
|
Reference in New Issue
Block a user