wip: some namespace progress
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-08-15 21:24:31 +03:00
parent ea47d605a6
commit 74b497cf3a
4 changed files with 35 additions and 35 deletions

View file

@ -96,7 +96,7 @@ impl ArrangementCommand {
let index = arranger.track_add(None, None, &[], &[])?.0;
*arranger.selection_mut() = match arranger.selection() {
Selection::Track(_) => Selection::Track(index),
Selection::TrackClip { track, scene } => Selection::TrackClip {
Selection::TrackClip { track: _, scene } => Selection::TrackClip {
track: index, scene: *scene
},
_ => *arranger.selection()