diff --git a/src/client/app/common/views/components/drive-file-thumbnail.vue b/src/client/app/common/views/components/drive-file-thumbnail.vue index b5a8249bf..faa727f3b 100644 --- a/src/client/app/common/views/components/drive-file-thumbnail.vue +++ b/src/client/app/common/views/components/drive-file-thumbnail.vue @@ -4,6 +4,7 @@ :src="file.url" :alt="file.name" :title="file.name" + @load="onThumbnailLoaded" v-if="detail && is === 'image'"/>