Update to modalkit{,-ratatui}@0.0.19 (#273)

This commit is contained in:
Ulyssa 2024-04-23 23:30:01 -07:00 committed by GitHub
parent 3971801aa3
commit 46f6d37f76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 316 additions and 89 deletions

View file

@ -936,7 +936,7 @@ impl Message {
let style = self.get_render_style(selected, settings);
let mut fmt = self.get_render_format(prev, width, info, settings);
let mut text = Text { lines: vec![] };
let mut text = Text::default();
let width = fmt.width();
// Show the message that this one replied to, if any.