Commit 01615ec0 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58282 954022d7-b5bf-4e40-9824-e11837661b57
parent cb96eab9
...@@ -1798,6 +1798,9 @@ ...@@ -1798,6 +1798,9 @@
// Поиск текста в листе // Поиск текста в листе
WorkbookView.prototype.findCellText = function (options) { WorkbookView.prototype.findCellText = function (options) {
// Для поиска эта переменная не нужна (но она может остаться от replace)
options.activeRange = null;
var ws = this.getWorksheet(); var ws = this.getWorksheet();
// Останавливаем ввод данных в редакторе ввода // Останавливаем ввод данных в редакторе ввода
if (ws.getCellEditMode()) if (ws.getCellEditMode())
......
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