Commit e77bfdff authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Поправил баг с исчезающим окошком редактирования комментария. (Bug 26804)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59783 954022d7-b5bf-4e40-9824-e11837661b57
parent 34275a90
......@@ -3485,6 +3485,7 @@ asc_docs_api.prototype.sync_AddComment = function(Id, CommentData)
if(this.bNoSendComments === false)
{
var AscCommentData = new asc_CCommentData(CommentData);
AscCommentData.asc_putQuoteText("");
this.asc_fireCallback("asc_onAddComment", Id, AscCommentData);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment