Fix Bug 35787.
This commit is contained in:
parent
f552caed5f
commit
8512f5061b
|
@ -1060,6 +1060,7 @@ define([
|
||||||
me.fireEvent('comment:removeReply', [commentId, replyId]);
|
me.fireEvent('comment:removeReply', [commentId, replyId]);
|
||||||
} else {
|
} else {
|
||||||
me.fireEvent('comment:remove', [commentId]);
|
me.fireEvent('comment:remove', [commentId]);
|
||||||
|
Common.NotificationCenter.trigger('edit:complete', me);
|
||||||
}
|
}
|
||||||
|
|
||||||
me.fireEvent('comment:closeEditing');
|
me.fireEvent('comment:closeEditing');
|
||||||
|
|
Loading…
Reference in a new issue