mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 20:41:23 +01:00
Fix typo
This commit is contained in:
parent
c34193c64d
commit
dba158bc3c
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ const generateSubmap = debounce(async function () {
|
|||
moveAllBurgsToGroup('towns', groupName);
|
||||
changeRadius(oldScale * 0.8, groupName);
|
||||
changeFontSize(svg.select(`#labels #${groupName}`), oldScale*2);
|
||||
invoceActiveZooming();
|
||||
invokeActiveZooming();
|
||||
}
|
||||
} catch (error) {
|
||||
generateSubmapErrorHandler(error, oldstate, projection, options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue