We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418b000 commit 3157a4dCopy full SHA for 3157a4d
src/mixins/model-toggle.js
@@ -85,7 +85,7 @@ export default {
85
}
86
87
if (!this.showing) {
88
- return this.hidePromise || Promise.resolve()
+ return this.hidePromise || Promise.resolve(evt)
89
90
91
if (this.showPromise) {
@@ -120,7 +120,7 @@ export default {
120
})
121
122
this.__hide(evt)
123
124
125
},
126
beforeDestroy () {
0 commit comments