Commit dd87ff43 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 34773

parent dfd0dce4
......@@ -1470,8 +1470,7 @@ SlideComments.prototype =
{
if(this.comments[i].Get_Id() === id)
{
History.Add(new AscDFH.CChangesDrawingsContentComments(this, AscDFH.historyitem_SlideCommentsRemoveComment, i, [id], false));
this.comments.splice(i, 1);
History.Add(new AscDFH.CChangesDrawingsContentComments(this, AscDFH.historyitem_SlideCommentsRemoveComment, i, this.comments.splice(i, 1), false));
editor.sync_RemoveComment(id);
return;
}
......
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