From 1569922fda7090dd29917ac859b5e41b020cf7d6 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Thu, 6 Mar 2025 11:55:01 +0100 Subject: [PATCH] refactor(deposit): remove unnecessary comments in code --- frontend/src/app/feature/deposit/deposit.component.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/app/feature/deposit/deposit.component.ts b/frontend/src/app/feature/deposit/deposit.component.ts index e9ee965..f0f900a 100644 --- a/frontend/src/app/feature/deposit/deposit.component.ts +++ b/frontend/src/app/feature/deposit/deposit.component.ts @@ -64,10 +64,7 @@ export class DepositComponent implements OnInit, AfterViewInit, OnDestroy, OnCha ngOnChanges(changes: SimpleChanges) { if (changes['isOpen']) { - // Force change detection to ensure DOM is updated this.cdr.detectChanges(); - - // Small delay to ensure DOM is ready setTimeout(() => { if (this.modalBg?.nativeElement && this.modalCard?.nativeElement) { if (changes['isOpen'].currentValue) {