fix: allow item drag/resize to snap at column 0

- Removed Math.max(beatSec, ...) clamp from clip drag, section drag, section resize handlers
- Replaced with Math.max(0, ...) so items can snap to time 0
This commit is contained in:
2026-07-25 10:59:17 +07:00
parent cb3e8117b2
commit 01cd3d1867
3 changed files with 13 additions and 7 deletions
File diff suppressed because one or more lines are too long