forked from MapComplete/MapComplete
Further translations of the import helper
This commit is contained in:
parent
8e2e227563
commit
0d81decdc7
6 changed files with 105 additions and 22 deletions
|
@ -9,7 +9,8 @@ export default class InputElementWrapper<T> extends InputElement<T> {
|
|||
private readonly _inputElement: InputElement<T>;
|
||||
private readonly _renderElement: BaseUIElement
|
||||
|
||||
constructor(inputElement: InputElement<T>, translation: Translation, key: string, tags: UIEventSource<any>, state: FeaturePipelineState) {
|
||||
constructor(inputElement: InputElement<T>, translation: Translation, key: string,
|
||||
tags: UIEventSource<any>, state: FeaturePipelineState) {
|
||||
super()
|
||||
this._inputElement = inputElement;
|
||||
const mapping = new Map<string, BaseUIElement>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue