fix: section tab clears midiItems, breaks ghost+dropdown

handleEditSectionInTab overwrote midiItems: [] when cloning
section.tracks, stripping all MIDI data from section context.
PianoRollTabEditor uses activeTracks which resolves section
tracks -- midiItems must be preserved for dropdown switcher,
ghost note extraction, and instrument settings to work.
This commit is contained in:
2026-07-28 07:51:08 +07:00
parent d40ac47d65
commit 2baf034852
3 changed files with 18 additions and 2 deletions
File diff suppressed because one or more lines are too long