Files
openscreen/src
Murat Çelik c771bf8bb9 fix: clamp trim handle end position to timeline boundary
The right-side trim handle could be dragged past the end of the
timeline because clampSpanToBounds did not cap the computed end
value at totalMs. This adds Math.min(…, totalMs) so the handle
snaps to the timeline edge.

Fixes #393
2026-05-09 10:07:01 -07:00
..
2025-10-09 22:37:32 -07:00
2026-05-02 23:03:14 -07:00
2026-03-07 17:59:41 -08:00
rm
2026-04-18 17:46:46 -07:00