Godofbrowser / vuejs-dialog

A lightweight, promise based alert, prompt and confirm dialog
MIT License
351 stars 111 forks source link

Check For Open Dialogs #79

Open jonc1980 opened 3 years ago

jonc1980 commented 3 years ago

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.