Commit b8b057fb authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Сделано, чтобы когда пользователь был один, то у него даже в быстром...

Сделано, чтобы когда пользователь был один, то у него даже в быстром совместном редактировании все работало по старому (баг 30910).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66281 954022d7-b5bf-4e40-9824-e11837661b57
parent 18c6f6ba
...@@ -14688,7 +14688,7 @@ CDocument.prototype.Continue_FastCollaborativeEditing = function() ...@@ -14688,7 +14688,7 @@ CDocument.prototype.Continue_FastCollaborativeEditing = function()
if (true === this.Api.asc_IsLongAction()) if (true === this.Api.asc_IsLongAction())
return; return;
if (true !== this.CollaborativeEditing.Is_Fast()) if (true !== this.CollaborativeEditing.Is_Fast() || true === this.CollaborativeEditing.Is_SingleUser())
return; return;
if (true === this.Selection_Is_TableBorderMove() || true === this.Api.isStartAddShape) if (true === this.Selection_Is_TableBorderMove() || true === this.Api.isStartAddShape)
......
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