From ef5639ff4b9bb9e35f4455dc178d3887f5a4891f Mon Sep 17 00:00:00 2001 From: Georges Indrianjafy Date: Tue, 30 Jan 2018 11:56:59 +0200 Subject: [PATCH] chore: removing space --- browser/main/NoteList/index.js | 1 + 1 file changed, 1 insertion(+) 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] })