This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit
ModalManagerEvent.Opened
at false if there is no more dialog
- Loading branch information
1 parent
f4fce5e
commit 446734b
Showing
1 changed file
with
4 additions
and
2 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
I think semantically it'd make more sense for this event to not be re-used. Currently
Opened
is not coupled to rendering/closing so it is weird to add it there but conditionally. So it'd make more sense IMO to have aClosed
event which is emitted unconditionally byemitClosed
and then the receiver can checkhasDialogs