mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-05 03:37:04 +01:00
Fix chris fat finger
This commit is contained in:
parent
a7c70cd653
commit
7692c7c1c9
@ -307,7 +307,7 @@ impl CustomList {
|
|||||||
}
|
}
|
||||||
|
|
||||||
KeyCode::Enter | KeyCode::Right | KeyCode::Char('l') => {
|
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()
|
self.handle_enter()
|
||||||
} else {
|
} else {
|
||||||
None
|
None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user