mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
Update list.rs
This commit is contained in:
parent
a7c70cd653
commit
8be90b9c7d
|
@ -307,7 +307,7 @@ impl CustomList {
|
|||
}
|
||||
|
||||
KeyCode::Enter | KeyCode::Right | KeyCode::Char('l') => {
|
||||
if self.preview_window_state.is_none() {
|
||||
if self.preview_float.get_content().is_none() {
|
||||
self.handle_enter()
|
||||
} else {
|
||||
None
|
||||
|
|
Loading…
Reference in New Issue
Block a user