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) => {