Untyped template resolver origin fix

commit_hash:a3578f17e08194388319d4e71d277bb02da4a49e
This commit is contained in:
booster
2026-02-20 13:57:26 +03:00
parent 97ff786b12
commit 1c7dc7b12f
@@ -54,7 +54,7 @@ struct UntypedDivTemplateResolver {
origin: .template
)
} else {
values = dictionary.mapValues { OriginValue(value: $0, origin: .instance) }
values = dictionary.mapValues { OriginValue(value: $0, origin: origin) }
}
let currentLinkSource = origin == .instance ? dictionary : linkSource