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);
|
||||
}).catch((e) => {
|
||||
console.error(e);
|
||||
// location.reload();
|
||||
location.reload();
|
||||
});
|
||||
},
|
||||
// TODO
|
||||
|
|
Loading…
Reference in New Issue