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:
parent
f08af4d036
commit
6e82c8a8f9
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user