diff --git a/ElectronClient/plugins/GotoAnything.jsx b/ElectronClient/plugins/GotoAnything.jsx index dbb37456f0..d73776004f 100644 --- a/ElectronClient/plugins/GotoAnything.jsx +++ b/ElectronClient/plugins/GotoAnything.jsx @@ -303,6 +303,12 @@ class Dialog extends React.PureComponent { folderId: item.parent_id, noteId: item.id, }); + + this.props.dispatch({ + type: 'WINDOW_COMMAND', + name: 'focusElement', + target: 'noteBody', + }); } else if (this.state.listType === BaseModel.TYPE_TAG) { this.props.dispatch({ type: 'TAG_SELECT',