[SSE] Close dialogs by enter (bug with row height dialog: deleted cell value, when dialog was closed by enter).
This commit is contained in:
parent
cf7532a12b
commit
c181f2b9fb
|
@ -317,7 +317,8 @@ define([
|
|||
},
|
||||
|
||||
onPrimary: function() {
|
||||
return true;
|
||||
this.onDlgBtnClick('ok');
|
||||
return false;
|
||||
},
|
||||
|
||||
onNegativeSelect: function(combo, record) {
|
||||
|
|
|
@ -133,6 +133,7 @@ define([
|
|||
|
||||
onPrimary: function() {
|
||||
this._handleInput('ok');
|
||||
return false;
|
||||
},
|
||||
|
||||
cancelButtonText: 'Cancel',
|
||||
|
|
Loading…
Reference in a new issue