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

Add Pin to NoteItemSimple

This commit is contained in:
Kazu Yokomizo
2017-12-12 02:27:44 +09:00
parent 9bc3d65554
commit eececf8a93
3 changed files with 16 additions and 1 deletions

View File

@@ -717,6 +717,7 @@ class NoteList extends React.Component {
handleNoteContextMenu={this.handleNoteContextMenu.bind(this)}
handleNoteClick={this.handleNoteClick.bind(this)}
handleDragStart={this.handleDragStart.bind(this)}
pathname={location.pathname}
/>
)
})