diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 3e15ecc8..c164b35f 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -572,6 +572,7 @@ class NoteList extends React.Component { type: 'UPDATE_NOTE', note: note }) + this.setState({ selectedNoteKeys: [uniqueKey] })