Skip to content

Commit

Permalink
Fix calculating of form fields children
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Dec 11, 2023
1 parent 413923f commit d6f6af7
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 d6f6af7

Please sign in to comment.