feat: click wait-to-active note switches to editing that MIDI item
This commit is contained in:
@@ -6706,6 +6706,9 @@ const PianoRollTabEditor = ({ st, zoom, bpm, viewportWidth, activeTracks, onClos
|
||||
}
|
||||
if (ghostHit) {
|
||||
setFocusItemId(ghostHit.item_id || st.target_id);
|
||||
if (ghostHit.item_id && ghostHit.item_id !== st.target_id) {
|
||||
handleSwitchMidiItem(ghostHit.item_id);
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user