Hide the bucket limit input when clicked away
This commit is contained in:
@ -42,6 +42,7 @@ export default {
|
||||
if (this.open) {
|
||||
closeWhenClickedOutside(e, this.$refs.dropdown, () => {
|
||||
this.open = false
|
||||
this.$emit('close', e)
|
||||
})
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user