v1.6.05 - rulers: store all in class

This commit is contained in:
Azgaar 2021-03-05 15:31:19 +03:00
parent 08a49c1d72
commit 95124e686b
6 changed files with 88 additions and 143 deletions

View file

@ -1131,6 +1131,12 @@ function parseLoadedData(data) {
delete f.river;
}
}
if (version < 1.61) {
// v 1.61 changed rulers data
ruler.style("display", null);
rulers = new Rulers();
}
}()
void function checkDataIntegrity() {