fix: section sub-tracks nullify instrument instead of inheriting
handleEditSectionInTab fallback branch explicitly set instrumentId: null, instrumentProgram: undefined, instrumentName: null, overriding parent track's values spread by ...t. Changed to inherit from parent track: instrumentId: t.instrumentId || null, instrumentProgram: t.instrumentProgram, instrumentName: t.instrumentName || null
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user