mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
fix: incorrect name of var
This commit is contained in:
@ -423,11 +423,13 @@ define([
|
||||
replies.forEach(function (reply) {
|
||||
var ascReply = t.buildReplyComment(reply);
|
||||
if (ascReply) {
|
||||
ascComment.asc_addReply(addReply);
|
||||
ascComment.asc_addReply(ascReply);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
console.log(ascComment, ascComment.asc_getText());
|
||||
|
||||
t.api.asc_changeComment(id, ascComment);
|
||||
t.mode && t.mode.canRequestSendNotify && t.view.pickEMail(ascComment.asc_getGuid(), commentVal, oldCommentVal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user