We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f4935 commit 15b4d5bCopy full SHA for 15b4d5b
1 file changed
lib/gui.ts
@@ -88,7 +88,7 @@ export const Gui = function (language: ReturnType<typeof Language>) {
88
} else {
89
data = { view: "map" };
90
}
91
- router.deepUrl(data);
+ router.fullUrl(data);
92
};
93
94
buttons.appendChild(buttonToggle);
0 commit comments