Commit c181f2b9 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Close dialogs by enter (bug with row height dialog: deleted cell value,...

[SSE] Close dialogs by enter (bug with row height dialog: deleted cell value, when dialog was closed by enter).
parent cf7532a1
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment