more fixes
This commit is contained in:
parent
5e54fc2c26
commit
c5f8b43fec
3 changed files with 26 additions and 12 deletions
|
@ -36,6 +36,7 @@ class ConnectionManager {
|
|||
this.userUuid = data.userUuid;
|
||||
this.mapUrlStart = data.mapUrlStart;
|
||||
const newUrl = data.newUrl;
|
||||
console.log('u', this.userUuid)
|
||||
|
||||
if (newUrl) {
|
||||
history.pushState({}, '', newUrl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue