Merge pull request #7828 from opf/fix/31537-Can-not-inline-create-versions

[31537] Can not inline create versions

[ci skip]
pull/7829/head
Oliver Günther 5 years ago committed by GitHub
commit 32f62b974c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      frontend/src/app/modules/common/autocomplete/create-autocompleter.component.ts

@ -64,6 +64,7 @@ export class CreateAutocompleterComponent implements AfterViewInit {
} else {
this._createAllowed = false;
}
this.cdRef.detectChanges();
setTimeout(() => {
if (this.openDirectly) {

Loading…
Cancel
Save