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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48396 954022d7-b5bf-4e40-9824-e11837661b57
parent 22263a64
......@@ -284,6 +284,7 @@ function NullState(drawingObjectsController, drawingObjects)
{
b_prevent_default = true;
this.drawingObjectsController.drawingObjects.deleteSelectedDrawingObject();
break;
}
case 9: // Tab (селект объектов)
{
......@@ -308,13 +309,15 @@ function NullState(drawingObjectsController, drawingObjects)
}
}
}
break;
}
case 46: // Delete
{
this.drawingObjectsController.drawingObjects.deleteSelectedDrawingObject();
break;
}
}
if(b_prevent_default)
if (b_prevent_default)
e.preventDefault();
};
......
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