Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Menu: Close other modals when when the "open" button is clicked (#97)
* Attempt at closing other modals when when the "open" button is clicked This does not work because `MicroModal.close` overwrites the internal modal ID, so it looses track of what the current open modal is. * Switch to faking a click directly on the close buttons.
- Loading branch information