diff options
| author | lukeflo | 2024-10-24 18:12:38 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-24 18:12:38 +0200 |
| commit | bc4513d700b724b8edb72b6a1a429df60967a12c (patch) | |
| tree | bef06201bf21ab4d40377604af7c36cf6dad7fff /src/app.rs | |
| parent | 9de21c23fac3833fba2dab9adeb0cfe04cf44c53 (diff) | |
| download | bibiman-bc4513d700b724b8edb72b6a1a429df60967a12c.tar.gz bibiman-bc4513d700b724b8edb72b6a1a429df60967a12c.zip | |
fixed some rendering bugs. TODO: move cursor when searching
Diffstat (limited to 'src/app.rs')
| -rw-r--r-- | src/app.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ impl App { self.bibiman.select_previous_entry(amount); } CurrentArea::TagArea => { - self.bibiman.select_next_tag(amount); + self.bibiman.select_previous_tag(amount); } _ => {} }, |
