From f2d02848dbf0b47bc4b2bc786d76838effa2f45f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Jul 2017 10:03:38 +0000 Subject: [PATCH] change tag retrive's timeout --- src/ui_ng/lib/src/tag/tag.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}