diff options
| author | Henry Jameson <me@hjkos.com> | 2019-10-29 09:36:16 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-10-29 09:36:16 +0200 |
| commit | b66564a30dfadfdd2b216072931576c6c4dcbd61 (patch) | |
| tree | de26f9a87bcaa6d8e576cf33165247f5c66b61af /src/components/attachment/attachment.vue | |
| parent | c79b2501d275d8d022c6a9a2810211f606f14cde (diff) | |
| parent | 42f428d90e87315107dd20975548a5bd63dc2d53 (diff) | |
Merge remote-tracking branch 'upstream/develop' into settings-refactor
* upstream/develop: (89 commits)
remove needless ref
show preview popover when hover numbered replies
refactor conditions
do not make too many nested div
add fetchStatus action
refactor status loading logic
split status preview popover into a separate component
uninstall mobile-detect library
listen both events
minor css fix
restrict distance at top side only
set different trigger event in desktop and mobile by default
fix eslint warnings
fix popper go behind the top bar
migrate Popper to v-popover
fix popper go behind the top bar
fix eslint warnings
reset font-size to normal text size using rem
use top placement by default
hide status preview popper when hover popper content
...
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index af16e302..0748b2f0 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -58,6 +58,7 @@ :referrerpolicy="referrerpolicy" :mimetype="attachment.mimetype" :src="attachment.large_thumb_url || attachment.url" + :image-load-handler="onImageLoad" /> </a> |
