Try to sort unrelated legs too
This commit is contained in:
@@ -89,7 +89,11 @@ export function drawDraftingBoard() {
|
||||
return -1;
|
||||
}
|
||||
} else {
|
||||
return 0;
|
||||
if (leg_a.origin_location.departure > leg_b.origin_location.departure) {
|
||||
return 1;
|
||||
} else {
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user