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

Remove the context menu for deletion

This commit is contained in:
asmsuechan
2017-07-07 19:45:02 +09:00
parent 5623c68170
commit 44fc356775
4 changed files with 2 additions and 54 deletions

View File

@@ -70,7 +70,6 @@ class NoteList extends React.Component {
dateDisplay={dateDisplay}
key={key}
handleNoteClick={(e) => this.props.handleNoteClick(e, _index)}
handleNoteContextMenu={() => ''}
/>
)
})