From 2129f93c05e210d0d9cf6433cc7846e43fbf57f4 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Wed, 2 Oct 2024 13:59:08 +0300 Subject: [PATCH] chore(demo): invalid initial value (#9308) --- projects/addon-doc/components/copy/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/addon-doc/components/copy/index.ts b/projects/addon-doc/components/copy/index.ts index aeb38219eb36..26394945ae5e 100644 --- a/projects/addon-doc/components/copy/index.ts +++ b/projects/addon-doc/components/copy/index.ts @@ -29,7 +29,7 @@ export class TuiDocCopy { timer(COPIED_TIMEOUT).pipe(map(TUI_FALSE_HANDLER), startWith(true)), ), ), - {initialValue: true}, + {initialValue: false}, ); protected onClick(): void {