Skip to content

Commit

Permalink
chore(demo): invalid initial value (#9308)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 2, 2024
1 parent 9ac86a3 commit 2129f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/addon-doc/components/copy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class TuiDocCopy {
timer(COPIED_TIMEOUT).pipe(map(TUI_FALSE_HANDLER), startWith(true)),
),
),
{initialValue: true},
{initialValue: false},
);

protected onClick(): void {
Expand Down

0 comments on commit 2129f93

Please sign in to comment.