From ee2651ab4c720c57761b498b2143c611dbc7df1b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 11 Apr 2023 08:31:17 +0200 Subject: [PATCH] fix: Merge overlapping recipient popovers 1) Popover for the recipient email 2) Popover for Contacts integration Now the contents are merged into one popover. Signed-off-by: Christoph Wurst --- src/components/RecipientBubble.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/RecipientBubble.vue b/src/components/RecipientBubble.vue index be7223876d..1f4085504e 100644 --- a/src/components/RecipientBubble.vue +++ b/src/components/RecipientBubble.vue @@ -25,9 +25,9 @@ :display-name="label" :avatar-image="avatarUrlAbsolute" @click="onClickOpenContactDialog"> - {{ email }}
+