mirror of
https://github.com/bobwen-dev/hunter
synced 2025-04-12 00:55:41 +02:00
fix key binding to close log viewer
This commit is contained in:
parent
9cfe2c2fdb
commit
103ac52a5e
@ -290,7 +290,7 @@ where
|
||||
Key::Char('J') => for _ in 0..10 { self.move_down() },
|
||||
Key::Down | Key::Char('j') => self.move_down(),
|
||||
Key::Char('t') => self.toggle_fold()?,
|
||||
Key::Char('l') => self.popup_finnished()?,
|
||||
Key::Char('g') => self.popup_finnished()?,
|
||||
_ => {}
|
||||
}
|
||||
Ok(())
|
||||
|
Loading…
x
Reference in New Issue
Block a user