Various bug fixes and updates

This commit is contained in:
Pieter Vander Vennet 2020-09-09 18:42:13 +02:00
parent 97ec893479
commit e069b31e4e
29 changed files with 482 additions and 148 deletions

View file

@ -41,7 +41,7 @@ export class OnlyShowIfConstructor implements TagDependantUIElementConstructor{
}
GetContent(tags: any): Translation {
if(this.IsKnown(tags)){
if(!this.IsKnown(tags)){
return undefined;
}
return this._embedded.GetContent(tags);