From 7ad3d9906421ae338dc62a713f9038a2ebc9947e Mon Sep 17 00:00:00 2001 From: Salman Farooq Date: Sun, 22 Dec 2024 05:15:32 +0500 Subject: [PATCH] typo-correction --- helix-term/src/ui/picker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/ui/picker.rs b/helix-term/src/ui/picker.rs index e466d333d..70d5faaf8 100644 --- a/helix-term/src/ui/picker.rs +++ b/helix-term/src/ui/picker.rs @@ -944,7 +944,7 @@ impl Component for Picker MIN_AREA_WIDTH_FOR_PREVIEW; - // The preview gets more space if it present + // The preview gets more space if it is present let picker_width = if render_preview { area.width * 3 / 8 } else {