mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove the share highlight PDF menu item
This feature is temporarily disabled
This commit is contained in:
parent
3af9d187e2
commit
6db46ab8ae
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