Commit 2dfc604e authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил баг http://bugzserver/show_bug.cgi?id=25514

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57381 954022d7-b5bf-4e40-9824-e11837661b57
parent 0bbcf76a
......@@ -1235,6 +1235,9 @@
event.returnValue = false;
}
if (!this.targetInfo)
this.handlers.trigger("updateWorksheet", this.element, coord.x, coord.y, false, function (info){t.targetInfo = info;});
// Запоминаем координаты нажатия
this.mouseDownLastCord = coord;
......
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