forked from MapComplete/MapComplete
Further fixes to clear up the fullscreen
This commit is contained in:
parent
482a81b40a
commit
558265eba9
9 changed files with 50 additions and 17 deletions
|
@ -280,7 +280,8 @@ export class InitUiElements {
|
|||
Translations.t.general.attribution.attributionContent,
|
||||
"<br/>",
|
||||
new Attribution(undefined, undefined, State.state.layoutToUse, undefined)
|
||||
])
|
||||
]),
|
||||
"copyright"
|
||||
)
|
||||
|
||||
;
|
||||
|
@ -420,7 +421,8 @@ export class InitUiElements {
|
|||
|
||||
const addNewPoint = new ScrollableFullScreen(
|
||||
() => Translations.t.general.add.title.Clone(),
|
||||
() => new SimpleAddUI());
|
||||
() => new SimpleAddUI(),
|
||||
"new");
|
||||
|
||||
addNewPoint.isShown.addCallback(isShown => {
|
||||
if (!isShown) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue