Commit 9a36f7dd authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Fix Bug 21104 - [CoEdit] Второе пересылаемое изображение приходит другому пользователю на оба листа

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51210 954022d7-b5bf-4e40-9824-e11837661b57
parent beaabb0d
......@@ -3326,7 +3326,7 @@ function DrawingObjects() {
*****************************************/
// Undo/Redo
if ( worksheet.model.index != api.wb.wsActive )
if ( worksheet.model.index != api.wb.model.getActive() )
return;
if ( drawingCtx ) {
......
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