Properly hide old list to force img cancellation on timeline/fav change

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-11-28 11:50:08 +01:00
parent b2c8850d05
commit 893b8974a0
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
</EmptyContent>
<!-- Folder content -->
<Grid v-else>
<Grid v-else-if="!loading">
<File v-for="file in fileList" :key="file.fileid" v-bind="file" />
</Grid>
</template>