1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +00:00

Merge pull request #1275 from BoostIO/add-pin-note-item-simple

Add Pin to NoteItemSimple
This commit is contained in:
Kazz Yokomizo
2017-12-15 15:32:26 +09:00
committed by GitHub
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}
/>
)
})