Skip to content

Commit

Permalink
select whole word when selecting search bar (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriba authored and koppor committed Oct 10, 2016
1 parent 2f3c47f commit 55e0f13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ private void endSearch() {
public void focus() {
if (!searchField.hasFocus()) {
searchField.requestFocus();
searchField.selectAll();
}
}

Expand Down

0 comments on commit 55e0f13

Please sign in to comment.