Godofbrowser/vuejs-dialog

Check For Open Dialogs

jonc1980 opened this issue · 0 comments

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.