mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Fix comment
This commit is contained in:
@@ -360,7 +360,7 @@ class NoteList extends React.Component {
|
|||||||
if (!location.pathname.match(/\/trashed/)) this.addNotes(filepaths)
|
if (!location.pathname.match(/\/trashed/)) this.addNotes(filepaths)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add notes in the current folder
|
// Add notes to the current folder
|
||||||
addNotesFromFiles (filepaths) {
|
addNotesFromFiles (filepaths) {
|
||||||
const { dispatch, location } = this.props
|
const { dispatch, location } = this.props
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user