I will slap the linter in the face

This commit is contained in:
afonsofrancof 2024-07-31 01:25:43 +01:00
parent b6bbc14811
commit 7dda423ed5
No known key found for this signature in database

View File

@ -282,7 +282,7 @@ impl CustomList {
None
}
KeyCode::Enter => {
KeyCode::Enter => {
if self.preview_window_state.is_none() {
self.handle_enter()
} else {