mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
StructParents entry isn't required on pages with no tagged contents (bug 1855641)
This commit is contained in:
parent
2daf9515b3
commit
f2196f7803
3 changed files with 92 additions and 15 deletions
|
@ -576,6 +576,7 @@ class WorkerMessageHandler {
|
|||
} else if (
|
||||
await _structTreeRoot.canUpdateStructTree({
|
||||
pdfManager,
|
||||
xref,
|
||||
newAnnotationsByPage,
|
||||
})
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue