Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Replace in beforeDialog (this is in /app/dialogs/dialogs.service.ts)
return dialogRef.beforeClose();
with Otherwise
return dialogRef.afterClosed();
, the next dialog opens before the previous one is closed, respectively (as I see it, I’ll make a reservation - I’m not familiar with angular material), first, the new dialog, when opened, blocks the already blocked scroll, then the old dialog, when closed, unblocks the scroll.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question