mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Attempt to disable wasm streaming
This commit is contained in:
parent
62d29d5e49
commit
c89eec5be5
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ export default function PdfArticleContainer(
|
|||
)
|
||||
|
||||
instance = await PSPDFKit.load({
|
||||
disableWebAssemblyStreaming: true,
|
||||
container: container || '.pdf-container',
|
||||
toolbarItems,
|
||||
annotationPresets,
|
||||
|
|
|
|||
Loading…
Reference in a new issue