Make chat message list fill the available space

This commit is contained in:
Max Brunsfeld 2023-12-08 12:27:45 -08:00
parent c7d8169cab
commit c739906413
4 changed files with 13 additions and 8 deletions

View file

@ -56,7 +56,7 @@ pub struct Mention {
}
impl RichText {
pub fn element(&self, cx: &mut WindowContext) -> AnyElement {
pub fn element(&self, _cx: &mut WindowContext) -> AnyElement {
todo!();
// let mut region_id = 0;