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

update package

This commit is contained in:
ilearnit
2018-11-16 09:57:35 +00:00
parent 414895bb97
commit 96b90f87cd
3 changed files with 305 additions and 18 deletions

View File

@@ -209,8 +209,8 @@ class EditorUtilities {
return seafileAPI.getCommentsNumber(this.repoID, dirPath);
}
postComment(comment) {
return seafileAPI.postComment(this.repoID, this.filePath, comment);
postComment(comment, detail) {
return seafileAPI.postComment(this.repoID, this.filePath, comment, detail);
}
listComments() {