Commit f43b1cb2 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

баг с цветом курсора

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67017 954022d7-b5bf-4e40-9824-e11837661b57
parent f7af6af3
......@@ -1140,7 +1140,7 @@ function OnSave_Callback(e) {
CursorInfo = History.Get_DocumentPositionBinary();
}
// Пересылаем свои изменения
CollaborativeEditing.Send_Changes(editor.IsUserSave, {UserId: editor.CoAuthoringApi.getUserConnectionId(), CursorInfo: CursorInfo});
CollaborativeEditing.Send_Changes(editor.IsUserSave, {UserId: editor.CoAuthoringApi.getUserConnectionId(), UserShortId : editor.DocInfo.get_UserId(), CursorInfo: CursorInfo});
} else {
var nState = editor.CoAuthoringApi.get_state();
if (ConnectionState.Close === nState) {
......
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