From 5a3d732985d421c82b7215eef4a2118ff4e904dc Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Mon, 29 Jul 2024 12:09:59 +0200 Subject: [PATCH] fix(Quote): add conditions for wrapper component - button was wrapped in a link, which was an a11y issue and false positive trigger when cancelling the reply - for 'reply to message' variant wrap component in a simple div Signed-off-by: Maksim Sukharev --- src/components/Quote.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/Quote.vue b/src/components/Quote.vue index 52959213118..273f18167df 100644 --- a/src/components/Quote.vue +++ b/src/components/Quote.vue @@ -9,7 +9,8 @@ components.