Favourites: some fixes to rendering the title

This commit is contained in:
Pieter Vander Vennet 2023-12-05 00:04:29 +01:00
parent 58be465329
commit d3895800f3
5 changed files with 44 additions and 9 deletions

View file

@ -26,6 +26,7 @@
onDestroy(
tags.addCallbackAndRun((tags) => {
_tags = tags
console.log("Getting render value for", _tags,config)
trs = Utils.NoNull(config?.GetRenderValues(_tags))
})
)