mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: remove label path of regeneration
This commit is contained in:
parent
e6142473a4
commit
8a1122e668
2 changed files with 3 additions and 5 deletions
|
|
@ -608,7 +608,7 @@ window.BurgsAndStates = (function () {
|
|||
if (list && !list.includes(state.i)) continue;
|
||||
|
||||
byId(`stateLabel${state.i}`)?.remove();
|
||||
byId(`textPath_stateLabel6${state.i}`)?.remove();
|
||||
byId(`textPath_stateLabel${state.i}`)?.remove();
|
||||
}
|
||||
|
||||
const example = g.append("text").attr("x", 0).attr("x", 0).text("Average");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue