forked from MapComplete/MapComplete
Various small fixes
This commit is contained in:
parent
1ea285d303
commit
2dd428497e
45 changed files with 776 additions and 587 deletions
|
@ -36,10 +36,6 @@ export class OnlyShowIfConstructor implements TagDependantUIElementConstructor{
|
|||
return this._embedded.IsQuestioning(properties);
|
||||
}
|
||||
|
||||
Priority(): number {
|
||||
return this._embedded.Priority();
|
||||
}
|
||||
|
||||
GetContent(tags: any): Translation {
|
||||
if(!this.IsKnown(tags)){
|
||||
return undefined;
|
||||
|
@ -78,10 +74,6 @@ class OnlyShowIf extends UIElement implements TagDependantUIElement {
|
|||
}
|
||||
}
|
||||
|
||||
Priority(): number {
|
||||
return this._embedded.Priority();
|
||||
}
|
||||
|
||||
IsKnown(): boolean {
|
||||
if(!this.Matches()){
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue