diff --git a/packages/app-desktop/gui/NoteSearchBar.jsx b/packages/app-desktop/gui/NoteSearchBar.jsx index a4a91d54b..ca247fb5e 100644 --- a/packages/app-desktop/gui/NoteSearchBar.jsx +++ b/packages/app-desktop/gui/NoteSearchBar.jsx @@ -111,6 +111,7 @@ class NoteSearchBarComponent extends React.Component { focus() { this.refs.searchInput.focus(); + this.refs.searchInput.select(); } render() {