UI: Fix folder clickability

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-08-17 11:38:19 +02:00
parent 2ce8c884d2
commit d7ef99d5c0
1 changed files with 0 additions and 3 deletions

View File

@ -180,9 +180,6 @@ export default {
e.stopImmediatePropagation()
return
}
if (!this.url) {
return
}
this.$emit('click', e)
},
onRightClick(e) {