Make chat message list fill the available space
This commit is contained in:
parent
c7d8169cab
commit
c739906413
4 changed files with 13 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue