diff options
| author | lukeflo | 2024-11-17 21:04:19 +0100 |
|---|---|---|
| committer | lukeflo | 2024-11-17 21:04:19 +0100 |
| commit | dc250eac78d3806f587c77a42735ae65e455b71f (patch) | |
| tree | f3395b32012c843dda732689808532c78ae8fc96 /src/tui/ui.rs | |
| parent | 13bb655e3d63cf9e324ca055720d2fdb65e6b76e (diff) | |
| download | bibiman-dc250eac78d3806f587c77a42735ae65e455b71f.tar.gz bibiman-dc250eac78d3806f587c77a42735ae65e455b71f.zip | |
working selection popup, but ugly field values
Diffstat (limited to 'src/tui/ui.rs')
| -rw-r--r-- | src/tui/ui.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
