-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #4356 Still not perfect: - Calling several times `popup.show()` on the same popup, will open that popup multiple times (instead of being a noop once opened) - Calling `some-popup.close()` will always close the top of the stack, without considering if it is the `some-popup` or another popup. Both problems are because we don't remember whether a particular popup is open and we don't associate `close()` with a particular popup
- Loading branch information
Showing
3 changed files
with
416 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.