co-authored by
Nathan Sobo
parent
c8d67f428d
commit
20e18ac3ad
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user