From dc250eac78d3806f587c77a42735ae65e455b71f Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sun, 17 Nov 2024 21:04:19 +0100 Subject: working selection popup, but ugly field values --- src/tui/ui.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tui/ui.rs') diff --git a/src/tui/ui.rs b/src/tui/ui.rs index daeba7f..ec0b412 100644 --- a/src/tui/ui.rs +++ b/src/tui/ui.rs @@ -239,8 +239,6 @@ pub fn render_popup(app: &mut App, frame: &mut Frame) { .block(block) .highlight_style(SELECTION_SELECTED_ROW_STYLE); - app.bibiman.popup_area.popup_state.select(Some(0)); - let popup_width = frame.area().width / 2; let popup_heigth = list.len() + 2; let popup_area = popup_area(frame.area(), popup_width, popup_heigth as u16); -- cgit v1.2.3