-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
vue-final-modal: ^4.5.4
vue: ^3.3.7
Reproduction Link
https://stackblitz.com/edit/github-hrywkt9m?file=src%2Fcomponents%2FMyModalPreview.vue
Steps to reproduce
Close the modal window by clicking outside of the modal or by pressing the Esc key.
Observe that the beforeClose event is triggered twice.
What is Expected?
The beforeClose event should be triggered once. In the console, "onBeforeClose" should be logged only once.
What is actually happening?
The beforeClose event is triggered twice, resulting in "onBeforeClose" being logged twice in the console.
maprox
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working