Merge pull request #1714 from jonnytest1/hash-reset

always set hash
This commit is contained in:
David Négrier
2022-01-10 17:39:13 +01:00
committed by GitHub
+1 -3
View File
@@ -91,9 +91,7 @@ export class Room {
}
baseUrl.pathname = "/_/" + instance + "/" + absoluteExitSceneUrl.host + absoluteExitSceneUrl.pathname;
if (absoluteExitSceneUrl.hash) {
baseUrl.hash = absoluteExitSceneUrl.hash;
}
baseUrl.hash = absoluteExitSceneUrl.hash;
return baseUrl;
}