mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-02-04 17:25:00 +01:00
fix: escape key must trigger render update
This commit is contained in:
parent
5384ad4492
commit
deda448b71
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue