Commit 1afe82f7 authored by Ilya Kirillov's avatar Ilya Kirillov

Hiding other changes notification in view mode in review.

parent 577fead4
......@@ -5671,7 +5671,7 @@ background-repeat: no-repeat;\
asc_docs_api.prototype.sync_CollaborativeChanges = function()
{
if (true !== AscCommon.CollaborativeEditing.Is_Fast())
if (true !== AscCommon.CollaborativeEditing.Is_Fast() && true !== this.WordControl.m_oLogicDocument.IsViewModeInReview())
this.sendEvent("asc_onCollaborativeChanges");
};
......
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