Skip to content

Commit

Permalink
1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantannar4 committed Oct 11, 2024
1 parent 96ca809 commit 2849101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Engine/Sources/GraphInputs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ extension PropertyList {
while let p = last?.after {
if !hasRoot, let after = p.after {
let key = _typeName(after.keyType, qualified: true)
let isMatch = key.hasSuffix(rootInputSuffix) || key.hasSuffix(".ViewListOptionsInput")
let isMatch = key.hasSuffix(rootInputSuffix) || key.hasSuffix(".ViewListOptionsInput") || key.hasSuffix(".AccessibilityRelationshipScope")
if isMatch {
break
}
Expand Down

0 comments on commit 2849101

Please sign in to comment.