From 4f4afb6cb3751823b175912bd0cf39716e39ae7a Mon Sep 17 00:00:00 2001 From: Jonas Date: Sat, 4 Jul 2026 21:00:54 +0200 Subject: [PATCH] fix(ImageView): use `a` element for clickable items Fixes the cursor not being a pointer on a clickable item. Also move the click handler for non-image attachments from the full-width container box to the attachment box with a visible boundary. Fixes: #8801 Signed-off-by: Jonas --- src/nodes/ImageView.vue | 53 +++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/src/nodes/ImageView.vue b/src/nodes/ImageView.vue index bbf5c017634..eb2c7576c4d 100644 --- a/src/nodes/ImageView.vue +++ b/src/nodes/ImageView.vue @@ -23,9 +23,10 @@ +
-
- +