mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 18:03:48 +00:00
update package
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user