fix: tempo track height 40px fixed + clamp selection >= 0

- TempoTrackLane canvas height fixed to 40px, wrapper h-10 shrink-0 overflow-hidden
- selLeft/selRight clamped to Math.max(0, ...)
- rulerAnchorRef/setSelectionStart/setSelectionEnd clamped >= 0
This commit is contained in:
2026-07-25 10:55:46 +07:00
parent e14006ffcc
commit 8be4ce99e1
3 changed files with 25 additions and 16 deletions
File diff suppressed because one or more lines are too long