[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() {
|
onPrimary: function() {
|
||||||
return true;
|
this.onDlgBtnClick('ok');
|
||||||
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
onNegativeSelect: function(combo, record) {
|
onNegativeSelect: function(combo, record) {
|
||||||
|
|
|
@ -133,6 +133,7 @@ define([
|
||||||
|
|
||||||
onPrimary: function() {
|
onPrimary: function() {
|
||||||
this._handleInput('ok');
|
this._handleInput('ok');
|
||||||
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
cancelButtonText: 'Cancel',
|
cancelButtonText: 'Cancel',
|
||||||
|
|
Loading…
Reference in a new issue