From 9f383ba4911c24a772858b20d97df68004e9c916 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Thu, 16 Mar 2017 13:22:42 -0700 Subject: [PATCH] Add an option to enable selectiong multiple files --- browser/main/NoteList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 2c6abce2..b90de31e 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -377,7 +377,7 @@ class NoteList extends React.Component { filters: [ { name: 'Documents', extensions: ['md', 'txt']} ], - properties: ['openFile'] + properties: ['openFile', 'multiSelections'] } const targetIndex = _.findIndex(this.notes, (note) => {