aslanon / vue-confirm-dialog

Simple Confirm Dialog verification plugin with Vue.js.
https://aslanon.github.io/vue-confirm-dialog/
MIT License
190 stars 43 forks source link

Have to click on 'Yes' button twice to close the dialog #19

Closed pr4sh4nth closed 3 years ago

pr4sh4nth commented 3 years ago

I'm not sure how you can reproduce this bug but what it looks like to me is it seems like there are two overlays when the dialog appears. When I click on 'Yes' once, the background gets a bit lighter in transparency so I'm thinking this is when the first overlay is removed. Then I click on 'Yes' again because the dialog is still present. And only then the dialog closes.

Update It's not only for the Yes button, but the No button as well.