From b189f25655a1fc968daf38244b0f830089bafa68 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 15 Aug 2024 17:17:49 +0200 Subject: [PATCH] fix: routes - remove style on top level --- modules/dynamic/auto-update.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/dynamic/auto-update.js b/modules/dynamic/auto-update.js index 25fd5cf88..4bbb778d5 100644 --- a/modules/dynamic/auto-update.js +++ b/modules/dynamic/auto-update.js @@ -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;