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
@ -176,7 +176,7 @@ function handleBreak(node) {
|
|||||||
if (!target) {
|
if (!target) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
target = target ? target[0] : target;
|
target = target[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
const { currentPageArea, currentContentArea } = root[$extra];
|
const { currentPageArea, currentContentArea } = root[$extra];
|
||||||
|
Loading…
Reference in New Issue
Block a user