remove #statePaths

This commit is contained in:
mosuzi 2023-07-24 22:33:13 +08:00
parent e6457c4e4e
commit eaef15f962
4 changed files with 9 additions and 7 deletions

View file

@ -320,6 +320,8 @@ async function parseLoadedData(data) {
fogging = viewbox.select("#fogging");
debug = viewbox.select("#debug");
burgLabels = labels.select("#burgLabels");
const statePaths = defs.select("#statePaths");
statePaths?.remove();
})();
void (function parseGridData() {