zone editor - restore init state + type display

This commit is contained in:
Azgaar 2022-02-06 23:36:44 +03:00 committed by Peter
parent 61d4d52589
commit 08a9d75bc9
3 changed files with 6 additions and 86 deletions

View file

@ -884,6 +884,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() {