mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-10 03:52:57 +00:00
fix: compound order
This commit is contained in:
@@ -109,7 +109,7 @@
|
|||||||
$: chordActions = chord?.actions
|
$: chordActions = chord?.actions
|
||||||
.slice(chord.actions.lastIndexOf(0) + 1)
|
.slice(chord.actions.lastIndexOf(0) + 1)
|
||||||
.toSorted(compare);
|
.toSorted(compare);
|
||||||
$: compoundInputs = [...resolveCompound(chord)];
|
$: compoundInputs = [...resolveCompound(chord)].reverse();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user