1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-27 10:32:58 +02:00

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

This commit is contained in:
Laurent Cozic 2021-08-05 14:35:08 +01:00
parent f08af4d036
commit 6e82c8a8f9

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);