Skip to content

Commit cd8f6ab

Browse files
Update src/app/shared/components/copy-button/copy-button.component.ts
1 parent d3664c0 commit cd8f6ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/shared/components/copy-button/copy-button.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class CopyButtonComponent implements OnDestroy {
2929
this.revertIconTimeout = setTimeout(() => {
3030
this.copied = false;
3131
this.cdr.detectChanges();
32+
this.revertIconTimeout = null;
3233
}, 2000);
3334
}
3435

0 commit comments

Comments
 (0)