Hide the bucket limit input when clicked away

This commit is contained in:
kolaente 2021-04-15 17:03:26 +02:00
parent 48fb707032
commit f9844384be
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 3 additions and 0 deletions

View file

@ -42,6 +42,7 @@ export default {
if (this.open) {
closeWhenClickedOutside(e, this.$refs.dropdown, () => {
this.open = false
this.$emit('close', e)
})
}
},