We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f47888c + b3b9bd6 commit 1169058Copy full SHA for 1169058
src/mixins/click-awayable.js
@@ -23,7 +23,7 @@ module.exports = {
23
if (event.target !== el &&
24
!Dom.isDescendant(el, event.target) &&
25
document.documentElement.contains(event.target)) {
26
- if (this.componentClickAway) this.componentClickAway();
+ if (this.componentClickAway) this.componentClickAway(event);
27
}
28
},
29
0 commit comments