aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image/still-image.vue
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-16 11:38:37 +0000
committerrinpatch <rinpatch@sdf.org>2019-09-16 11:38:37 +0000
commit1306fac38f46b5578d46cc6abd6168a3399886b1 (patch)
tree9e92df60075bee0285e6b34d8b433cb6065f3b3f /src/components/still-image/still-image.vue
parentb33667a74342a9fc91386d12763b5c2f1101868a (diff)
parent9b163d281670e0c0a589adce46727284fbcba0ad (diff)
Merge branch 'develop' into 'muting-fixes'
# Conflicts: # src/components/status/status.js
Diffstat (limited to 'src/components/still-image/still-image.vue')
-rw-r--r--src/components/still-image/still-image.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index 3fff63f9..4137bd59 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -7,8 +7,10 @@
v-if="animated"
ref="canvas"
/>
+ <!-- NOTE: key is required to force to re-render img tag when src is changed -->
<img
ref="src"
+ :key="src"
:src="src"
:referrerpolicy="referrerpolicy"
@load="onLoad"