[SSE] Close confirm window by esc.
This commit is contained in:
parent
904bff55be
commit
5dcce1dab2
|
@ -1419,7 +1419,6 @@ define([
|
||||||
var me = this;
|
var me = this;
|
||||||
if (id == Asc.c_oAscConfirm.ConfirmReplaceRange) {
|
if (id == Asc.c_oAscConfirm.ConfirmReplaceRange) {
|
||||||
Common.UI.warning({
|
Common.UI.warning({
|
||||||
closable: false,
|
|
||||||
title: this.notcriticalErrorTitle,
|
title: this.notcriticalErrorTitle,
|
||||||
msg: this.confirmMoveCellRange,
|
msg: this.confirmMoveCellRange,
|
||||||
buttons: ['yes', 'no'],
|
buttons: ['yes', 'no'],
|
||||||
|
|
Loading…
Reference in a new issue