[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
6d3f1f88f9
commit
fe48b525d1
|
@ -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