diff --git a/src/list.rs b/src/list.rs index 7f61f053..26b761df 100644 --- a/src/list.rs +++ b/src/list.rs @@ -136,7 +136,7 @@ impl CustomList { filtered_items: vec![], } } - + /// Draw our custom widget to the frame pub fn draw(&mut self, frame: &mut Frame, area: Rect, filter: String) { let theme = get_theme();