Chore: refactor speed flowchart (fixes #26) #36

Merged
dorian merged 2 commits from fix/speed-flowchart into main 2022-08-14 17:50:59 +02:00
Showing only changes of commit a238a68638 - Show all commits

View file

@ -56,7 +56,6 @@ Item {
} / ${flowchartResult.rounds[l - 2].roundName}`; } / ${flowchartResult.rounds[l - 2].roundName}`;
flowchartResult.rounds.pop(); flowchartResult.rounds.pop();
control.allFlowchartData = flowchartResult control.allFlowchartData = flowchartResult
console.log(JSON.stringify(flowchartResult, null, 2))
} }
ListView { ListView {