Skip to content

Commit

Permalink
fix: routes - remove style on top level
Browse files Browse the repository at this point in the history
  • Loading branch information
Azgaar committed Aug 15, 2024
1 parent a051698 commit b189f25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/dynamic/auto-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,8 @@ export function resolveVersionConflicts(version) {

if (version < 1.99) {
// v1.99.00 changed routes generation algorithm and data format
routes.attr("display", null).attr("style", null);

delete cells.road;
delete cells.crossroad;

Expand Down

0 comments on commit b189f25

Please sign in to comment.