revert: restore small Synth button to dropdown (preserve SF3 flow)

This commit is contained in:
2026-07-27 10:49:42 +07:00
parent e5bd442b7c
commit cf61b8431d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15888,7 +15888,7 @@ const App = () => {
})), " FX: ", /*#__PURE__*/React.createElement("span", { })), " FX: ", /*#__PURE__*/React.createElement("span", {
className: "text-zinc-500 font-normal" className: "text-zinc-500 font-normal"
}, track.fxType || "None")), /*#__PURE__*/React.createElement("button", { }, track.fxType || "None")), /*#__PURE__*/React.createElement("button", {
onClick: (e) => { e.stopPropagation(); openInstrumentSelector(track.id); }, onClick: (e) => { e.stopPropagation(); const btn = e.currentTarget; setInstrumentDropdownTrackId(prev => prev === track.id ? null : track.id); setInstrumentDropdownBtnRect(btn.getBoundingClientRect()); setInstrumentSearchQuery(''); },
className: "px-2.5 py-1 bg-zinc-800 hover:bg-zinc-700 text-amber-400 border border-amber-800 rounded text-xs font-bold flex items-center gap-1 max-w-[120px]" className: "px-2.5 py-1 bg-zinc-800 hover:bg-zinc-700 text-amber-400 border border-amber-800 rounded text-xs font-bold flex items-center gap-1 max-w-[120px]"
}, /*#__PURE__*/React.createElement("span", { }, /*#__PURE__*/React.createElement("span", {
className: "inline-flex items-center shrink-0" className: "inline-flex items-center shrink-0"
File diff suppressed because one or more lines are too long