fix: Ctrl+S piano roll + ruler drag selection + paren balance

This commit is contained in:
2026-07-25 21:09:34 +07:00
parent 025aba3265
commit 2ce731e6a9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5823,7 +5823,7 @@ const PianoRollTabEditor = ({ st, zoom, bpm, viewportWidth, onClose, onUpdateNot
onMouseUp: () => { ccDragRef.current = null; },
onMouseLeave: () => { ccDragRef.current = null; },
className: "absolute inset-0"
})))), scaleMenuPos && renderScaleContextMenu());
}))))), scaleMenuPos && renderScaleContextMenu());
};
const serializeTracksList = (tracksList, secondsPerBar) => {
File diff suppressed because one or more lines are too long