Skip to content

Commit aaad1cc

Browse files
authored
Merge pull request #2 from arielherself/dev
v0.3.2-beta
2 parents 7531f29 + 7f045fd commit aaad1cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PublicProperty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// no dependencies
22

33
export const __DEBUG__ = 0;
4-
export const __APP_VERSION__ = 'v0.3.1-beta';
4+
export const __APP_VERSION__ = 'v0.3.2-beta';
55

66
export const __APP_INTRO__ = `
77
<b>Algorithm improvement.</b><br>

src/UMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function MapClickHandler({mks,focusUpdater,locator,locker}) {
128128
locker(true);
129129
}).catch((e) => {
130130
console.error(e);
131-
// location.reload();
131+
location.reload();
132132
});
133133
},
134134
// TODO

0 commit comments

Comments
 (0)