Przywrócono zmianę nazwy scenerii i usuwanie

This commit is contained in:
2022-08-18 12:08:11 +02:00
parent c799b47698
commit 64eca66fd8
6 changed files with 83 additions and 64 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ export default defineComponent({
this.store.stationList[index]['routes'] = routeString;
this.currentRoutes = routeString;
this.addChange(this.store.currentStation!.name, 'routes', this.routeBackup, routeString);
this.addChange(this.store.currentStation!, 'routes', this.routeBackup, routeString);
},
},
});