fix: compound order

This commit is contained in:
2024-07-11 13:40:31 +02:00
parent 500221f39a
commit 989e844190

View File

@@ -109,7 +109,7 @@
$: chordActions = chord?.actions
.slice(chord.actions.lastIndexOf(0) + 1)
.toSorted(compare);
$: compoundInputs = [...resolveCompound(chord)];
$: compoundInputs = [...resolveCompound(chord)].reverse();
</script>
<button