refactor(deposit): remove unnecessary comments in code

This commit is contained in:
Jan-Marlon Leibl 2025-03-06 11:55:01 +01:00
parent 08a1a5e877
commit 1569922fda
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5

View file

@ -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) {