diff options
| author | lukeflo | 2025-06-30 16:33:01 +0200 |
|---|---|---|
| committer | lukeflo | 2025-06-30 16:33:01 +0200 |
| commit | 3a40bbb367a79dc3660c12aa7f62e3efc378ea22 (patch) | |
| tree | 3dfa3e13207b0bb134765d8a9288ff28b10e2a14 /src/app.rs | |
| parent | 8ea28b55f0c6ba210ddcd6a964c8f56d3e6e25ff (diff) | |
| download | bibiman-3a40bbb367a79dc3660c12aa7f62e3efc378ea22.tar.gz bibiman-3a40bbb367a79dc3660c12aa7f62e3efc378ea22.zip | |
update README: note feature
Diffstat (limited to 'src/app.rs')
| -rw-r--r-- | src/app.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
