Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 28 Jun 05:18
· 32 commits to main since this release
d0626f6

Patch Changes

  • 34aa813: Fix scrubber seek hit area. The hover preview rendered across the full scrubber height (its 8px vertical padding), but pointerdown/seek was bound only to the thin .kino-track line (4–6px). Clicking anywhere the preview showed — but off the line — did nothing. Seek now binds to the whole scrubber, so clicking anywhere the preview appears seeks. Time mapping still derives from the track rect (padding is vertical only, so the horizontal extent is unchanged).