Desktop: Fixes #5208: Focus is lost while searching in all notes

release-2.2
Laurent Cozic 2021-08-05 14:35:08 +01:00
parent f08af4d036
commit 6e82c8a8f9
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ class NoteSearchBarComponent extends React.Component {
return style;
}
componentDidMount() {
this.refs.searchInput.focus();
}
buttonIconComponent(iconName, clickHandler, isEnabled) {
const theme = themeStyle(this.props.themeId);