feat: automatically reload when connection fails

This commit is contained in:
arielherself 2023-12-30 11:34:19 +08:00
parent ec3afa7e92
commit aca1cb1986
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ function MapClickHandler({mks,focusUpdater,locator,locker}) {
locker(true);
}).catch((e) => {
console.error(e);
// location.reload();
location.reload();
});
},
// TODO