mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #310 from omnivore-app/fix/rm-pdf-share-button
Remove the share highlight PDF menu item
This commit is contained in:
commit
fb97a7312f
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ export default function PdfArticleContainer(
|
|||
instance.setSelectedAnnotation(null)
|
||||
},
|
||||
}
|
||||
return [copy, remove, share]
|
||||
return [copy, remove]
|
||||
}
|
||||
|
||||
instance = await PSPDFKit.load({
|
||||
|
|
|
|||
Loading…
Reference in a new issue