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 {