forked from MapComplete/MapComplete
Fix bugs with loading of themes
This commit is contained in:
parent
07e611bf10
commit
e0694fee9d
4 changed files with 12 additions and 6 deletions
|
@ -43,6 +43,9 @@ export class RadioButton<T> extends InputElement<T> {
|
|||
self._selectedElementIndex.setData(i);
|
||||
}
|
||||
})
|
||||
elements[i].GetValue().addCallback(() => {
|
||||
self._selectedElementIndex.setData(i);
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue