Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-28 13:50:08 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-28 13:50:08 +0300
commit893b8974a091af019681cd7669133287edac5655 (patch)
tree6b658ba373d22fc02707ecb3265d1f74f1b68537 /src
parentb2c8850d058551e71fa672e7c0002ef4f02ca65c (diff)
Properly hide old list to force img cancellation on timeline/fav change
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/views/Timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Timeline.vue b/src/views/Timeline.vue
index eadfe8e5..6a91ad1d 100644
--- a/src/views/Timeline.vue
+++ b/src/views/Timeline.vue
@@ -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>