Commit ff589da9 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #35514

parent 857313ec
......@@ -807,6 +807,7 @@ CCollaborativeEditingBase.prototype.private_RestoreDocumentState = function(DocS
CCollaborativeEditingBase.prototype.private_ClearChanges = function()
{
this.m_aChanges = [];
this.m_oOwnChanges = [];
};
CCollaborativeEditingBase.prototype.private_CollectOwnChanges = function()
{
......
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