mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #13694 from Snuffleupagus/handleBreak-rm-extra-target
XFA - remove unnecessary check in the `handleBreak` function (PR 13687 follow-up)
This commit is contained in:
commit
418880d473
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ function handleBreak(node) {
|
|||
if (!target) {
|
||||
return false;
|
||||
}
|
||||
target = target ? target[0] : target;
|
||||
target = target[0];
|
||||
}
|
||||
|
||||
const { currentPageArea, currentContentArea } = root[$extra];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue