Skip to content

Commit

Permalink
Revert "read bindings in reverse"
Browse files Browse the repository at this point in the history
This reverts commit 6438ad3.
  • Loading branch information
altsem committed Apr 6, 2024
1 parent 5f53737 commit 55fb7c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ impl Bindings {
) -> impl Iterator<Item = &'a Binding> + 'a {
self.vec
.iter()
.rev()
// TODO Support multiple keys in a sequence
.filter(move |binding| &binding.menu == pending)
.filter(|binding| binding.keys.starts_with(events))
Expand Down

0 comments on commit 55fb7c8

Please sign in to comment.