mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Untyped template resolver origin fix
commit_hash:a3578f17e08194388319d4e71d277bb02da4a49e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user