Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Nov 25, 2023
1 parent 1ff995e commit c4ea8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usecases/fzf_make_ratatui/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ fn update(model: &mut Model, message: Option<Message>) {
model.reset();
}
Some(Message::Backspace) => model.key_input = model.pop(),
// TODO: (絞り込まれた)ターゲットの一番上から上に、一番下から下に移動した際にそれぞれ一番下、一番上に移動するようにす(今は見えない要素をselectしてしまっている)
Some(Message::Next) => model.next(),
Some(Message::Previous) => model.previous(),
None => {}
Expand Down

0 comments on commit c4ea8f5

Please sign in to comment.