Skip to content

Commit

Permalink
Merge pull request #620 from veraPDF/field_children
Browse files Browse the repository at this point in the history
Fix calculating of form fields children
  • Loading branch information
MaximPlusov authored Dec 12, 2023
2 parents 03ea515 + d6f6af7 commit ddc80dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public List<InteractiveFormFieldFeaturesObjectAdapter> getChildren() {
for (PDFormField field : childFormFields) {
res.add(new GFInteractiveFormFieldFeaturesObjectAdapter(field));
}
return res;
}
return Collections.emptyList();
}
Expand Down

0 comments on commit ddc80dc

Please sign in to comment.