refactor(deposit): remove unnecessary comments in code
This commit is contained in:
parent
08a1a5e877
commit
1569922fda
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue