mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix: #1129
This commit is contained in:
parent
0187bba76c
commit
ec993d1a9b
4 changed files with 7 additions and 11 deletions
|
|
@ -725,10 +725,7 @@ window.Routes = (function () {
|
|||
}
|
||||
|
||||
pack.routes = pack.routes.filter(r => r.i !== route.i);
|
||||
viewbox
|
||||
.select("#routes")
|
||||
.select("#route" + route.i)
|
||||
.remove();
|
||||
viewbox.select("#route" + route.i).remove();
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue