Merge develop

This commit is contained in:
Pieter Vander Vennet 2024-09-05 17:34:13 +02:00
commit 423618847b
334 changed files with 9307 additions and 6025 deletions

View file

@ -230,7 +230,7 @@ class LayerOverviewUtils extends Script {
return
}
word = Utils.SubstituteKeys(word, {}).trim()
word = Utils.SubstituteKeys(word, {})?.trim()
if(!word){
return
}