We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccc4db2 + cdd21fd commit 4bc23cfCopy full SHA for 4bc23cf
1 file changed
src/components/_functional/ShowMore.vue
@@ -100,7 +100,7 @@ export default {
100
// overflowing content itself
101
if (
102
event.target !== expandedEl &&
103
- expandedEl.contains(event.currentTarget) === false &&
+ expandedEl.contains(event.target) === false &&
104
this.isExpanded === true
105
) {
106
this.isExpanded = false;
0 commit comments