Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 14, 2023
1 parent 4ea01a4 commit 76e9620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ function App() {
// focus on search input
setTimeout(() => {
document.getElementById("search-input").focus();
// select all text
document.getElementById("search-input").select();
}
, 100);
}
Expand Down

0 comments on commit 76e9620

Please sign in to comment.