Skip to content

Commit 7692c7c

Browse files
committed
Fix chris fat finger
1 parent a7c70cd commit 7692c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/list.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ impl CustomList {
307307
}
308308

309309
KeyCode::Enter | KeyCode::Right | KeyCode::Char('l') => {
310-
if self.preview_window_state.is_none() {
310+
if self.preview_float.get_content().is_none() {
311311
self.handle_enter()
312312
} else {
313313
None

0 commit comments

Comments
 (0)