Skip to content

Commit

Permalink
Merge pull request #267 from francisdb/fix/263_select_defaukt_page
Browse files Browse the repository at this point in the history
fix(select): Switch to correct page before showing select
  • Loading branch information
pksunkara committed Jul 7, 2023
2 parents 47a9d4d + bb27e8e commit 024eaea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prompts/select.rs
Expand Up @@ -213,6 +213,7 @@ impl Select<'_> {
}

term.hide_cursor()?;
paging.update(sel)?;

loop {
if let Some(ref prompt) = self.prompt {
Expand Down

0 comments on commit 024eaea

Please sign in to comment.