I have a mat bottom sheet in my angular 8 application which will open on click of a button and I have a link in the bottom sheet which will trigger another mat bottom sheet successfully but the problem is whenever the second mat bottom sheet opens, the first one closes automatically which I don't want. So, can anyone help me how to open multiple bottom sheets at time please.
Thanks in advance!.