mirror of
https://github.com/imgurbot12/rmenu.git
synced 2024-11-10 11:33:48 +01:00
fix: escape key must trigger render update
This commit is contained in:
parent
5384ad4492
commit
deda448b71
@ -194,6 +194,7 @@ impl Context {
|
||||
self.execute(index, pos);
|
||||
} else if self.matches(&keybinds.exit, &modifiers, &code) {
|
||||
self.quit = true;
|
||||
pos.with_mut(|_| {});
|
||||
} else if self.matches(&keybinds.move_next, &modifiers, &code) {
|
||||
self.move_next(index, pos);
|
||||
self.scroll_down(pos);
|
||||
|
Loading…
Reference in New Issue
Block a user