Merge pull request #659 from ONLYOFFICE/fix/bugfix

[DE] Deselect open button for picture content control and form
This commit is contained in:
Julia Radzhabova 2021-01-19 14:35:29 +03:00 committed by GitHub
commit eb45a766b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: