diff --git a/src/ui_ng/lib/src/tag/tag.component.ts b/src/ui_ng/lib/src/tag/tag.component.ts index 964d4c4b3..837c22e63 100644 --- a/src/ui_ng/lib/src/tag/tag.component.ts +++ b/src/ui_ng/lib/src/tag/tag.component.ts @@ -167,7 +167,7 @@ export class TagComponent implements OnInit, OnDestroy { this.loading = false; }); let hnd = setInterval(() => this.ref.markForCheck(), 100); - setTimeout(() => clearInterval(hnd), 1000); + setTimeout(() => clearInterval(hnd), 5000); } deleteTag(tag: Tag) { @@ -272,4 +272,4 @@ export class TagComponent implements OnInit, OnDestroy { this.textInput.nativeElement.select(); } } -} \ No newline at end of file +}