1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix comment

This commit is contained in:
asmsuechan
2017-09-23 10:20:23 +09:00
parent 2af2d71540
commit f8e6a939ca

View File

@@ -360,7 +360,7 @@ class NoteList extends React.Component {
if (!location.pathname.match(/\/trashed/)) this.addNotes(filepaths)
}
// Add notes in the current folder
// Add notes to the current folder
addNotesFromFiles (filepaths) {
const { dispatch, location } = this.props