chore: Copilot prompt textarea 8 rows

This commit is contained in:
2026-07-28 20:27:58 +07:00
parent 4c3d649506
commit 9cbf5940f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16276,7 +16276,7 @@ const App = () => {
},
placeholder: hasSelItem ? "Nhập lệnh rearrange... (VD: Jazz Swing, Arpeggio)" : "Nhập lệnh điều khiển DAW... (VD: Tạo track mới tên Beat, đặt BPM 128)",
className: "w-full bg-[#1e1e1e] text-zinc-200 p-1.5 rounded border border-zinc-700 focus:outline-none focus:border-purple-600 font-mono text-xs resize-y",
rows: 4,
rows: 8,
onKeyDown: e => {
if (e.key === 'Enter' && !e.shiftKey) {
e.preventDefault();