zone editor - restore init state + type display

This commit is contained in:
Azgaar 2022-02-06 23:36:44 +03:00
parent 8e7ccbd50d
commit 5acc3b156b
4 changed files with 39 additions and 186 deletions

View file

@ -941,6 +941,10 @@ function parseLoadedData(data) {
// v1.73 moved the hatching patterns out of the user's SVG
document.getElementById("hatching")?.remove();
}
if (version < 1.731) {
// v1.731 added type to zones
}
})();
void (function checkDataIntegrity() {