1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 09:51:26 +00:00

update seafile-editor version

This commit is contained in:
ilearnit
2018-10-30 03:51:22 +00:00
parent 87287c6f02
commit 0a9f965fce
3 changed files with 28 additions and 27 deletions

View File

@@ -188,7 +188,7 @@ class EditorUtilities {
}
getCommentsNumber() {
return seafileAPI.getCommentsNumber(this.repoID, this.dirPath);
return seafileAPI.getCommentsNumber(this.repoID, dirPath);
}
postComment(comment) {