Skip to content

Commit

Permalink
chore: auto focus delay 5s to actually show it after 3s (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Oct 30, 2024
1 parent eadd7f0 commit 7cee05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ fn AutoCompleteServiceType(
comp.focus();
}
},
std::time::Duration::from_millis(3000),
std::time::Duration::from_millis(5000),
);
});
});
Expand Down

0 comments on commit 7cee05d

Please sign in to comment.