We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef30a15 commit 42bae65Copy full SHA for 42bae65
Sources/OpenSwiftUICore/Data/Preference/View_Indirect.swift
@@ -37,10 +37,6 @@ extension _ViewOutputs {
37
38
package func attachIndirectOutputs(to childOutputs: _ViewOutputs) {
39
preferences.attachIndirectOutputs(to: childOutputs.preferences)
40
- if let target = layoutComputer?.identifier,
41
- let source = childOutputs.layoutComputer?.identifier {
42
- target.source = source
43
- }
44
if let layoutComputer, let childLayoutComputer = childOutputs.layoutComputer {
45
layoutComputer.identifier.source = childLayoutComputer.identifier
46
}
0 commit comments