Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra
2021-09-01 16:19:01 +02:00
co-authored by Nathan Sobo
parent c8d67f428d
commit 20e18ac3ad
5 changed files with 206 additions and 134 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ impl ChatPanel {
})
});
let mut message_list = ListState::new(0, Orientation::Bottom, 100, {
let mut message_list = ListState::new(0, Orientation::Bottom, 1000., {
let this = cx.handle().downgrade();
move |ix, cx| {
let this = this.upgrade(cx).unwrap().read(cx);