Commit abec7f1c authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правка бага 21107

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50569 954022d7-b5bf-4e40-9824-e11837661b57
parent b36663ef
...@@ -1404,7 +1404,7 @@ function TextAddState(drawingObjectsController, drawingObjects, textObject) ...@@ -1404,7 +1404,7 @@ function TextAddState(drawingObjectsController, drawingObjects, textObject)
this.onKeyPress = function(e) this.onKeyPress = function(e)
{ {
if(!(event.metaKey && window.USER_AGENT_SAFARI_MACOS)) if(!(e.metaKey && window.USER_AGENT_SAFARI_MACOS))
{ {
//var worksheet = this.drawingObjects.getWorksheet(); //var worksheet = this.drawingObjects.getWorksheet();
//worksheet.collaborativeEditing.onStartCheckLock(); //worksheet.collaborativeEditing.onStartCheckLock();
......
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