1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Add an option to enable selectiong multiple files

This commit is contained in:
asmsuechan
2017-03-16 13:22:42 -07:00
parent c38a76d587
commit 9f383ba491

View File

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