1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-07 23:21:50 +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
+1 -1
View File
@@ -22,7 +22,7 @@ const NoteItemSimple = ({ isActive, note, handleNoteClick, handleNoteContextMenu
onClick={e => handleNoteClick(e, `${note.storage}-${note.key}`)}
onContextMenu={e => handleNoteContextMenu(e, `${note.storage}-${note.key}`)}
onDragStart={e => handleDragStart(e, note)}
draggable="true"
draggable='true'
>
<div styleName='item-simple-title'>
{note.type === 'SNIPPET_NOTE'