mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: #1136
This commit is contained in:
parent
e9113730b9
commit
18b9f604e9
4 changed files with 8 additions and 3 deletions
|
|
@ -956,4 +956,9 @@ export function resolveVersionConflicts(mapVersion) {
|
|||
const featurePaths = defs.select("#featurePaths");
|
||||
if (!featurePaths.size()) defs.append("g").attr("id", "featurePaths");
|
||||
}
|
||||
|
||||
if (isOlderThan("1.105.0")) {
|
||||
// v1.104.0 introduced some bugs
|
||||
viewbox.select("#regions").style("display", null);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue