From c2af900d4324122c7dccd7890220bdbe5b25f0aa 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 | 56 ++++++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 20 deletions(-) diff --git a/src/nodes/ImageView.vue b/src/nodes/ImageView.vue index 95734d8875a..b0525cb4d11 100644 --- a/src/nodes/ImageView.vue +++ b/src/nodes/ImageView.vue @@ -23,9 +23,10 @@ +
-
- +