[DE] Fix apply empty key (back to old value)
This commit is contained in:
parent
567cfdcd5d
commit
1a61da2ae2
|
@ -576,6 +576,7 @@ define([
|
|||
|
||||
onKeyChanged: function(combo, record) {
|
||||
if (this.api && !this._noApply) {
|
||||
this._state.Key = undefined;
|
||||
var props = this._originalProps || new AscCommon.CContentControlPr();
|
||||
var formPr = this._originalFormProps || new AscCommon.CSdtFormPr();
|
||||
formPr.put_Key(record.value);
|
||||
|
|
Loading…
Reference in a new issue