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

minor(without JQuery)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53987 954022d7-b5bf-4e40-9824-e11837661b57
parent 430afa7a
......@@ -992,7 +992,7 @@
var coord = this._getCoordinates(event);
// Отправляем событие только вне канвы
if ( (( coord.x < 0 ) || (coord.y < 0) || (coord.x > this.element.width()) || (coord.y > this.element.height())) && asc["editor"].isStartAddShape ) {
if ( (( coord.x < 0 ) || (coord.y < 0) || (coord.x > this.element.width) || (coord.y > this.element.height)) && asc["editor"].isStartAddShape ) {
this.isLocked = false;
event.isLocked = false;
event.ClickCount = this.clickCounter.clickCount;
......
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