From 5eeb2aea424286d7d10c96d8ff8190e71d665af3 Mon Sep 17 00:00:00 2001 From: arielherself Date: Mon, 27 Nov 2023 13:31:57 +0800 Subject: [PATCH] feat: reload on failure --- .idea/workspace.xml | 4 ++-- src/UMap.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1469e50..ff43f19 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,7 @@ - + diff --git a/src/UMap.js b/src/UMap.js index 2e5059d..583f3bf 100644 --- a/src/UMap.js +++ b/src/UMap.js @@ -115,7 +115,7 @@ function MapClickHandler({mks,focusUpdater,locator,locker}) { locker(true); }).catch((e) => { console.error(e); - // location.reload(); + location.reload(); }); }, // TODO