From 0b4b27d2d26b34ab758415c4eb4d775203ea6ea5 Mon Sep 17 00:00:00 2001 From: bir Date: Mon, 16 Dec 2024 16:12:16 +0100 Subject: [PATCH] Fix being able to open Labels dropdown even if there are no labels The issue is being able to open labels dropdown even if there are no labels. Resolved by only showing dropdown if there are any labels found. close #8141 --- src/mail-app/mail/view/MailView.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mail-app/mail/view/MailView.ts b/src/mail-app/mail/view/MailView.ts index 93ebc1df1452..82977cf17a6a 100644 --- a/src/mail-app/mail/view/MailView.ts +++ b/src/mail-app/mail/view/MailView.ts @@ -575,12 +575,13 @@ export class MailView extends BaseTopLevelView implements TopLevelView