fix: incorrect name of var

This commit is contained in:
Konstantin Kireyev
2024-06-04 16:11:48 +05:00
parent e65b046c4b
commit e1468f7ac5

View File

@ -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);