Skip to content

Commit d3664c0

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

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
@@ -31,6 +31,7 @@ export class CopyButtonComponent implements OnDestroy {
3131
this.cdr.detectChanges();
3232
}, 2000);
3333
}
34+
3435
ngOnDestroy(): void {
3536
if (this.revertIconTimeout) {
3637
clearTimeout(this.revertIconTimeout);

0 commit comments

Comments
 (0)