Commit 68455893 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Проверка на существование input

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54101 954022d7-b5bf-4e40-9824-e11837661b57
parent 9e259cdc
......@@ -449,7 +449,7 @@
info = ws.getSelectionInfo();
}
// При редактировании ячейки не нужно пересылать изменения
if (false === ws.getCellEditMode()) {
if (this.input && false === ws.getCellEditMode()) {
// Сами запретим заходить в строку формул, когда выделен shape
this.input.disabled = true === this.lastSendInfoRangeIsSelectOnShape;
this.input.value = info.text;
......
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