mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add libraryItemid to highlight modal
This commit is contained in:
parent
654de969c4
commit
b6708db75f
1 changed files with 1 additions and 0 deletions
|
|
@ -310,6 +310,7 @@ export default function EpubContainer(props: EpubContainerProps): JSX.Element {
|
|||
{noteTarget && (
|
||||
<HighlightNoteModal
|
||||
highlight={noteTarget}
|
||||
libraryItemId={props.article.id}
|
||||
author={props.article.author ?? ''}
|
||||
title={props.article.title}
|
||||
onUpdate={(highlight: Highlight) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue