[DE] Fix forms dicsonnect
This commit is contained in:
parent
30a620c94a
commit
8a5e21bc46
|
@ -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