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

Several small fixes

This commit is contained in:
Sosuke Suzuki
2017-04-06 21:52:23 +09:00
parent 50cd0b794b
commit 25685dc8b0
4 changed files with 11 additions and 11 deletions

View File

@@ -351,7 +351,7 @@ class NoteList extends React.Component {
handleDragStart (e, note) {
const noteData = JSON.stringify(note)
e.dataTransfer.setData("note", noteData)
e.dataTransfer.setData('note', noteData)
}
render () {