fix: Drag-and-Drop not working (#669) @Larsluph

This commit is contained in:
Rémi Marseault 2023-02-21 11:58:07 +01:00 committed by GitHub
parent de7f47f7cb
commit 141318affc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@
<v-row no-gutters>
<v-col ref="fileZone">
<v-file-input
v-if="!urls"
v-if="urls.length === 0"
v-model="files"
color="deep-purple accent-4"
counter
@ -237,7 +237,7 @@ export default {
}
},
created() {
this.urls = this.initialMagnet
if (this.initialMagnet) this.urls = this.initialMagnet
this.setSettings()
if (this.openSuddenly === true) {
this.dTransition = 'none'