forked from MapComplete/MapComplete
Fix back button behaviour, fix #523
This commit is contained in:
parent
a6abbe45b8
commit
936cf1bf9f
6 changed files with 23 additions and 5 deletions
|
@ -254,6 +254,7 @@ export default class DefaultGUI {
|
|||
const addNewPoint = new ScrollableFullScreen(
|
||||
() => Translations.t.general.add.title.Clone(),
|
||||
() => new SimpleAddUI(newPointDialogIsShown, filterViewIsOpened, state),
|
||||
"new",
|
||||
newPointDialogIsShown
|
||||
);
|
||||
addNewPoint.isShown.addCallback((isShown) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue