mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update the highlightsRef list when creating a merged PDF highlight
This commit is contained in:
parent
ce8c023733
commit
521ecff381
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ export default function PdfArticleContainer(
|
|||
overlapHighlightIdList: mergedIds.toArray(),
|
||||
})
|
||||
if (result) {
|
||||
props.article.highlights.push(result)
|
||||
highlightsRef.current.push(result)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue