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

select next note after tranfer note(s) to another folder

This commit is contained in:
yosmoc
2018-04-30 22:30:41 +02:00
parent 9ff5cc51f9
commit dc60be404a

View File

@@ -460,7 +460,7 @@ class NoteList extends React.Component {
const selectedNotes = findNotesByKeys(notes, selectedNoteKeys)
const noteData = JSON.stringify(selectedNotes)
e.dataTransfer.setData('note', noteData)
this.setState({ selectedNoteKeys: [] })
this.selectNextNote()
}
handleNoteContextMenu (e, uniqueKey) {