diff options
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); } _ => {} }, |
