You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
What is the issue? * Currently, the mdPanel service assigns an ID, that is a simple string, to any panel that it creates. However, the service does nothing to track the panels with this ID. It is possible to open multiple panels by clicking on the same button over and over.
What is the expected behavior? The user should be able to provide an ID within the panel configuration. When an ID is provided, the created panel is added to a tracked panels object. Any subsequent requests made to create a panel with that ID should be ignored.