Blank lines in table cells of selected message should be highlighted (#23)

This commit is contained in:
Ulyssa 2023-01-25 17:03:28 -08:00
parent afe892c7fe
commit 5683a2e7a8
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
2 changed files with 3 additions and 3 deletions

View file

@ -198,7 +198,7 @@ impl Table {
})
.collect();
let joined = join_cell_text(cells, Span::styled(line::VERTICAL, style));
let joined = join_cell_text(cells, Span::styled(line::VERTICAL, style), style);
text.lines.extend(joined.lines);
nrows += 1;