Commit 8530dcf3 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug wrong filling of array of reverted actions for a complicated action add/remove.

parent 6be442e2
...@@ -816,7 +816,7 @@ CWordCollaborativeEditing.prototype.private_CommutateContentChanges = function(o ...@@ -816,7 +816,7 @@ CWordCollaborativeEditing.prototype.private_CommutateContentChanges = function(o
} }
if (null !== oResult) if (null !== oResult)
arrCommutateActions.splice(0, 0, oResult); arrCommutateActions.push(oResult);
} }
if (arrCommutateActions.length > 0) if (arrCommutateActions.length > 0)
......
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