From 93889604973eeefb3a875e3ad5c9de737638888c Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Mon, 15 May 2023 09:38:09 +0200 Subject: [PATCH] linkPreview: Pass channel prop Else the update logic doesn't work and we don't show the next / prev buttons --- client/components/ImageViewer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/ImageViewer.vue b/client/components/ImageViewer.vue index 31b8d750..04ca49d3 100644 --- a/client/components/ImageViewer.vue +++ b/client/components/ImageViewer.vue @@ -456,6 +456,7 @@ export default defineComponent({ return { link, + channel, image, transform, closeViewer,