mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 13:38:14 +00:00
Poprawki wydajności
This commit is contained in:
@@ -2,9 +2,8 @@ interface ITableRowValues {
|
||||
routeTo: string;
|
||||
routeVia: string;
|
||||
|
||||
currentRouteToIndex: number;
|
||||
currentRouteViaIndex: number;
|
||||
currentDateDigitIndex: number;
|
||||
// routeTo, routeVia, date1, date2, date3, date4
|
||||
currentRowIndexes: [number, number, number, number, number, number];
|
||||
|
||||
dateDigits: string[],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user