buflist: Set last_area as soon as possible
Some checks failed
CI / lint (push) Failing after 49s
CI / Build and test (, 1.73.0) (push) Failing after 5m11s
CI / Build and test (, beta) (push) Failing after 5m32s
CI / Build and test (, nightly) (push) Failing after 5m13s

This commit is contained in:
2023-11-25 10:08:03 +01:00
parent 9a422a6d7e
commit f4f134870b

View File

@ -90,6 +90,11 @@ impl Component for Buflist {
Ok(())
}
fn init(&mut self, area: Rect) -> Result<()> {
self.last_area = Some(area);
Ok(())
}
fn handle_mouse_events(&mut self, mouse: MouseEvent) -> Result<Option<Action>> {
match mouse {
MouseEvent {