From 5dcce1dab2561d355396a792fa577461a319ce85 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 11 Nov 2016 16:25:04 +0300 Subject: [PATCH] [SSE] Close confirm window by esc. --- apps/spreadsheeteditor/main/app/controller/Main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index 45b59f32e..70208e2b6 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -1419,7 +1419,6 @@ define([ var me = this; if (id == Asc.c_oAscConfirm.ConfirmReplaceRange) { Common.UI.warning({ - closable: false, title: this.notcriticalErrorTitle, msg: this.confirmMoveCellRange, buttons: ['yes', 'no'],