typo-correction

pull/12311/head
Salman Farooq 2024-12-22 05:15:32 +05:00
parent ee5f956cbf
commit 7ad3d99064
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ impl<I: 'static + Send + Sync, D: 'static + Send + Sync> Component for Picker<I,
let render_preview =
self.show_preview && self.file_fn.is_some() && area.width > 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 {