Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f41a4cd3

Přidáno uživatelem Václav Honzík před asi 2 roky(ů)

import menu start

re #9741

Zobrazit rozdíly:

frontend/src/features/TrackingTool/trackingToolSlice.ts
172 172

  
173 173
            // Add items to the end
174 174
            itemsToAdd.forEach((item) => {
175
                item.active = !state.pathVariants || state.pathVariants.length === 0
175
                item.addToPath = !state.pathVariants || state.pathVariants.length === 0
176 176
                item.idx = newPath.length
177 177
                newPath.push(item)
178 178
            })

Také k dispozici: Unified diff