fix: rearrangeMidiMelody newId not defined

newId was defined inside updateActiveTracks callback but
referenced outside (line 15002 return). Moved declaration
before the callback as rearrangeNewId, accessible in both
the callback body and the outer return statement.
This commit is contained in:
2026-07-28 20:58:44 +07:00
parent fc81f19b1c
commit 393dd7190f
2 changed files with 66 additions and 66 deletions
File diff suppressed because one or more lines are too long