[DE] Fix forms dicsonnect
This commit is contained in:
parent
efd14d8cb1
commit
d5ed2883af
|
@ -1469,7 +1469,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onDisconnect: function() {
|
onDisconnect: function() {
|
||||||
this.onKeyChanged(this.cmbKey, {value: ""});
|
this.onKeyChanged(this.cmbKey, {value: (this._originalProps || new AscCommon.CContentControlPr()).get_NewKey()});
|
||||||
},
|
},
|
||||||
|
|
||||||
disableListButtons: function() {
|
disableListButtons: function() {
|
||||||
|
|
Loading…
Reference in a new issue