mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 04:18:25 +08:00
[SSE] Close dialogs by enter (bug with row height dialog: deleted cell value, when dialog was closed by enter).
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user