aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image/still-image.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2023-01-03 18:57:26 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2023-01-03 18:57:26 +0000
commita7387332ed3a3a26de1f818d0bf6b967ab778d4a (patch)
tree832dd89b1145b844e3537ff9340dcca1096ee079 /src/components/still-image/still-image.vue
parent3e8aa0a3984574d7ab191efd837dfa245e328968 (diff)
parent47af5419b13688893a38c34fd55f4edf58dad6b2 (diff)
Merge branch 'from/develop/tusooa/emoji-picker-lazy' into 'develop'
Remove lozad, use virtual scrolling See merge request pleroma/pleroma-fe!1717
Diffstat (limited to 'src/components/still-image/still-image.vue')
-rw-r--r--src/components/still-image/still-image.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index 633fb229..d015e138 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -17,6 +17,7 @@
:data-src="dataSrc"
:src="realSrc"
:referrerpolicy="referrerpolicy"
+ :loading="loading"
@load="onLoad"
@error="onError"
>