Merge pull request #659 from ONLYOFFICE/fix/bugfix
[DE] Deselect open button for picture content control and form
This commit is contained in:
commit
eb45a766b8
|
@ -4333,6 +4333,10 @@ define([
|
|||
return;
|
||||
}
|
||||
this.api.asc_addImage(obj);
|
||||
var me = this;
|
||||
setTimeout(function(){
|
||||
me.api.asc_UncheckContentControlButtons();
|
||||
}, 500);
|
||||
break;
|
||||
case Asc.c_oAscContentControlSpecificType.DropDownList:
|
||||
case Asc.c_oAscContentControlSpecificType.ComboBox:
|
||||
|
|
Loading…
Reference in a new issue