I am implementing the multiple dialoge modal functionality to open multiple dialoge at a time and not closed untill we closed manually.
In this feature we allow user to opne modal on click of navigation bar and it is draggable and resizeable modal. after open 1st modal user can open other modals by clicking on navigation bar band 1st modal will remain same.
I am facing issue while click on navigation bar it will change the routes and close the 1st modal.
I am able to implement multiple modal at a time functionality for the same route and same page but not able to use it with route change
Can any one help out with this.?