Commit 41d18776 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Fix Bug 22356 - [Charts] Убрать возможность копирования диаграммы во фрейме через ctrl/cmd

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52859 954022d7-b5bf-4e40-9824-e11837661b57
parent 2bc20793
...@@ -2880,7 +2880,7 @@ function MoveState(drawingObjectsController, drawingObjects, startX, startY, rec ...@@ -2880,7 +2880,7 @@ function MoveState(drawingObjectsController, drawingObjects, startX, startY, rec
{ {
track_objects2.push(track_objects[i]); track_objects2.push(track_objects[i]);
} }
if(!isViewMode) if ( !isViewMode && !asc["editor"].isChartEditor)
{ {
if(!ctrlKey) if(!ctrlKey)
{ {
......
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