Fix rendering of editor and pseudo message

This commit is contained in:
Joscha 2022-08-02 01:19:40 +02:00
parent e6e6bcaf31
commit 18573e5a37
4 changed files with 53 additions and 27 deletions

View file

@ -229,7 +229,7 @@ impl EuphRoom {
let heading_style = ContentStyle::new().bold();
if !list.is_empty() {
list.add_unsel(Empty);
list.add_unsel(Empty::new());
}
let row = Styled::new(name, heading_style).then_plain(format!(" ({})", sessions.len()));