First Fixes/Adjustments to the MelodyBuilder and SpeedCalc

This commit is contained in:
2026-02-22 13:59:31 +02:00
parent 8703c4fe26
commit cfae55025d
6 changed files with 418 additions and 289 deletions

View File

@@ -443,6 +443,7 @@ export default function MelodyDetail() {
<SpeedCalculatorModal
open={showSpeedCalc}
melody={melody}
builtMelody={builtMelody}
onClose={() => setShowSpeedCalc(false)}
onSaved={() => {
setShowSpeedCalc(false);