From 10c0a743c696cf799066357d1d58f8404fcdc28d Mon Sep 17 00:00:00 2001 From: 3dtours Date: Tue, 28 Jul 2026 10:20:52 +0700 Subject: [PATCH] feat: CC lane dropdown with Velocity, Sustain, Modulation, Pitch Bend, Pan Replaced flex div with velocity/pan buttons with a ` dropdown với 5 options. Hiển thị mặc định là Velocity. Button toggle CC lane hiển thị short label (Vel/Sus/Mod/Bend/Pan/CC). +- **Các file ảnh hưởng:** `app/static/js/app.jsx`, `app/static/js/app.precompiled.js` +- **Ghi chú/Test (nếu có):** `npm run build` pass. CC lane dropdown có 5 options, default Velocity. +--- + ### [2026-07-28 10:10] Task: Ctrl+Click vùng trống không sweep select, chỉ deselect - **Tóm tắt thay đổi:** Thay `onSweepSelectStart` bằng `onClearSelection` trong Ctrl+Click vùng không có items. Trước đây gọi `handleSweepSelectStart` → yellow cursor + mousemove chọn items. Fix: `onClearSelection = () => setSelectedItemIds(new Set())` — chỉ clear selection, không sweep. - **Các file ảnh hưởng:** `app/static/js/app.jsx`, `app/static/js/app.precompiled.js`