mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 14:29:54 +08:00
PdfViewer: set useWorkerFetch to false
This commit is contained in:
parent
b4e38409a9
commit
0cb502520f
@ -762,6 +762,10 @@ const defaultOptions = {
|
|||||||
workerSrc: {
|
workerSrc: {
|
||||||
value: "../build/pdf.worker.js",
|
value: "../build/pdf.worker.js",
|
||||||
kind: OptionKind.WORKER
|
kind: OptionKind.WORKER
|
||||||
|
},
|
||||||
|
useWorkerFetch: {
|
||||||
|
value: false,
|
||||||
|
kind: OptionKind.API
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user