fix cycle safe

pull/718/head
Pete Matsyburka 1 month ago
parent fef203daed
commit b8cf525034

@ -112,6 +112,8 @@ module HexaPDF
end
module CycleSafeInheritedValue
using HexaPDF::Type::AcroForm::Field::HashRefinement
def inherited_value(field, name)
seen = Set.new.compare_by_identity
seen << field.value

Loading…
Cancel
Save