aboutsummaryrefslogtreecommitdiff
path: root/src/app.rs
diff options
context:
space:
mode:
authorlukeflo2025-06-30 16:33:01 +0200
committerlukeflo2025-06-30 16:33:01 +0200
commit3a40bbb367a79dc3660c12aa7f62e3efc378ea22 (patch)
tree3dfa3e13207b0bb134765d8a9288ff28b10e2a14 /src/app.rs
parent8ea28b55f0c6ba210ddcd6a964c8f56d3e6e25ff (diff)
downloadbibiman-3a40bbb367a79dc3660c12aa7f62e3efc378ea22.tar.gz
bibiman-3a40bbb367a79dc3660c12aa7f62e3efc378ea22.zip
update README: note feature
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index 496896a..18a97e6 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -83,7 +83,7 @@ impl App {
} else if let Some(PopupKind::YankItem) | Some(PopupKind::OpenRes) =
self.bibiman.popup_area.popup_kind
{
- self.bibiman.fast_selection(cfg, key_event.code)?;
+ self.bibiman.fast_selection(cfg, &mut tui, key_event.code)?;
}
let command = if self.input_mode {
CmdAction::Input(InputCmdAction::parse(key_event, &self.input))