mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[DE] Fix forms dicsonnect
This commit is contained in:
committed by
Ilya Kirillov
parent
30a620c94a
commit
8a5e21bc46
@ -1469,7 +1469,7 @@ define([
|
||||
},
|
||||
|
||||
onDisconnect: function() {
|
||||
this.onKeyChanged(this.cmbKey, {value: ""});
|
||||
this.onKeyChanged(this.cmbKey, {value: (this._originalProps || new AscCommon.CContentControlPr()).get_NewKey()});
|
||||
},
|
||||
|
||||
disableListButtons: function() {
|
||||
|
||||
Reference in New Issue
Block a user