Remove last simicolon in to/cc/bcc (#574)

This commit is contained in:
Aleh Khantsevich
2025-02-18 20:51:02 +01:00
committed by GitHub
parent bca62033a1
commit 4215a2592f
2 changed files with 10 additions and 2 deletions

View File

@@ -494,6 +494,9 @@ public partial class MailRenderingPageViewModel : MailBaseViewModel,
}
}
if (accounts.Count > 0)
accounts[^1].IsSemicolon = false;
return accounts;
}