-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
@jonc1980
Description
Is there an easy way to see if a dialog is open? I have keyboard handling code I'd like to disable if any dialog is open. I can do this by setting a boolean before showing and un-setting after but this is can get complicated if errors occur.