feat: automatically reload when connection fails
This commit is contained in:
parent
ec3afa7e92
commit
aca1cb1986
|
@ -128,7 +128,7 @@ function MapClickHandler({mks,focusUpdater,locator,locker}) {
|
||||||
locker(true);
|
locker(true);
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
// location.reload();
|
location.reload();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// TODO
|
// TODO
|
||||||
|
|
Loading…
Reference in New Issue