diff --git a/chrome/content/zotero/components/itemPane/notesList.jsx b/chrome/content/zotero/components/itemPane/notesList.jsx index f56389016f..d25c19292a 100644 --- a/chrome/content/zotero/components/itemPane/notesList.jsx +++ b/chrome/content/zotero/components/itemPane/notesList.jsx @@ -28,9 +28,9 @@ import cx from 'classnames'; const MAX_ALL_NOTES = 7; -const NoteRow = ({ title, body, date, onClick, parentItemType, parentTitle }) => { +const NoteRow = ({ title, body, date, onClick, onContextMenu, parentItemType, parentTitle }) => { return ( -