fix: ruler close needed 4 parens (was 3), closing parent div properly
This commit is contained in:
@@ -5763,7 +5763,7 @@ const PianoRollTabEditor = ({ st, zoom, bpm, viewportWidth, onClose, onUpdateNot
|
||||
top: 0, bottom: 0
|
||||
},
|
||||
className: "absolute bg-emerald-500/15 border-l border-r border-emerald-400 pointer-events-none"
|
||||
}))), /*#__PURE__*/React.createElement("div", {
|
||||
})))), /*#__PURE__*/React.createElement("div", {
|
||||
className: "flex-1 flex overflow-hidden min-h-0 relative"
|
||||
}, /*#__PURE__*/React.createElement("div", {
|
||||
ref: keybedRef,
|
||||
@@ -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
Reference in New Issue
Block a user