From 301398b7a452af10e1c39ba08a1221723019ac00 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 3 Apr 2024 13:41:32 +0200 Subject: [PATCH] Always use singlepage mode, see #1867 --- src/Logic/Osm/OsmConnection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Logic/Osm/OsmConnection.ts b/src/Logic/Osm/OsmConnection.ts index 97dd7c821..e22e25f3c 100644 --- a/src/Logic/Osm/OsmConnection.ts +++ b/src/Logic/Osm/OsmConnection.ts @@ -546,7 +546,7 @@ export class OsmConnection { redirect_uri: Utils.runningFromConsole ? "https://mapcomplete.org/land.html" : window.location.protocol + "//" + window.location.host + "/land.html", - singlepage: !standalone, + singlepage: true, auto: true }) }