From 6d606ae8dca24c0476222ef0deaf2c51872ff94d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 2 Aug 2021 16:02:07 +0300 Subject: [PATCH] [SSE] Bug 51642 --- apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js b/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js index d0c5b14f9..3be992656 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js +++ b/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js @@ -1361,7 +1361,7 @@ define([ 'text!spreadsheeteditor/main/app/template/FormatRulesEditDlg.template', case Asc.c_oAscCFType.cellIs: props.asc_setOperator(this.cmbRule.getValue()); props.asc_setValue1(this.txtRange1.getValue()); - props.asc_setValue2(this.txtRange2.getValue()); + this.txtRange2.isVisible() && props.asc_setValue2(this.txtRange2.getValue()); break; case Asc.c_oAscCFType.expression: props.asc_setValue1(this.txtRange1.getValue());