fix: đã sửa lỗi chọn range trong MIDI marquee và chọn note

This commit is contained in:
2026-07-25 22:34:34 +07:00
parent 89f2fed1d9
commit 5bd92ee186
2 changed files with 5 additions and 0 deletions
Binary file not shown.
+5
View File
@@ -145,3 +145,8 @@
- **Các file ảnh hưởng:** `app/static/js/app.precompiled.js` - **Các file ảnh hưởng:** `app/static/js/app.precompiled.js`
- **Ghi chú/Test (nếu có):** `node --check app/static/js/app.precompiled.js` — syntax OK. - **Ghi chú/Test (nếu có):** `node --check app/static/js/app.precompiled.js` — syntax OK.
--- ---
### [2026-07-25 22:18] Task: Fix marquee mouseleave, loop reschedule, tempo drag
- **Tóm tắt thay đổi:** (1) Separate onMouseLeave from onMouseUp for grid canvas — preserve marquee when mouse leaves canvas. (2) Add MIDI note rescheduling on piano roll loop restart — 2nd+ loop iteration now plays sound. (3) Tempo bar drag already uses document-level listeners — works across columns.
- **Các file ảnh hưởng:** `app/static/js/app.precompiled.js`
---