forked from MapComplete/MapComplete
Add return to map button on layer panel
This commit is contained in:
parent
8e55799c4f
commit
7dc7cc283d
4 changed files with 20 additions and 6 deletions
|
@ -7,6 +7,9 @@ import Combine from "../Base/Combine";
|
|||
import {FixedUiElement} from "../Base/FixedUiElement";
|
||||
import Translations from "../i18n/Translations";
|
||||
|
||||
/**
|
||||
* Shows the panel with all layers and a toggle for each of them
|
||||
*/
|
||||
export default class LayerSelection extends UIElement {
|
||||
|
||||
private readonly _checkboxes: UIElement[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue