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

added the context menu to the list view

This commit is contained in:
Maurits Lourens
2017-10-30 16:18:49 +01:00
parent 6af25d932c
commit 20de08b625
2 changed files with 4 additions and 1 deletions

View File

@@ -510,6 +510,7 @@ class NoteList extends React.Component {
isActive={isActive}
note={note}
key={key}
handleNoteContextMenu={this.handleNoteContextMenu.bind(this)}
handleNoteClick={this.handleNoteClick.bind(this)}
handleDragStart={this.handleDragStart.bind(this)}
/>