forked from MapComplete/MapComplete
Halfway removing the fullscreenmessage
This commit is contained in:
parent
81f0a21076
commit
e1a4c75391
9 changed files with 88 additions and 92 deletions
|
@ -31,9 +31,7 @@ export default class LayerControlPanel extends UIElement {
|
|||
|
||||
const title = Translations.t.general.layerSelection.title.SetClass("text-2xl break-words font-bold p-2")
|
||||
|
||||
this._panel = new ScrollableFullScreen(title, layerControlPanel, () => {
|
||||
onClose
|
||||
});
|
||||
this._panel = new ScrollableFullScreen(title, layerControlPanel, onClose);
|
||||
}
|
||||
|
||||
InnerRender(): string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue