Skip to content

fix(web): limit minimap wheel scrolling to the hit strip - #49

Merged
asfires merged 1 commit into
mainfrom
t3code/limit-scroll-hover-bars
Aug 18, 2026
Merged

fix(web): limit minimap wheel scrolling to the hit strip#49
asfires merged 1 commit into
mainfrom
t3code/limit-scroll-hover-bars

Conversation

@asfires

@asfires asfires commented Aug 18, 2026

Copy link
Copy Markdown
Owner

What Changed

Limited timeline minimap wheel scrolling to the minimap bar hit strip. Wheel events over the expanded preview area are now ignored, with focused logic tests covering both accepted and rejected pointer positions.

Why

The expanded minimap preview could unintentionally capture wheel events and change the selected timeline message. Restricting wheel handling to the visible minimap bars keeps scrolling predictable and avoids interference outside the intended interaction area.

UI Changes

No visual changes. Updated minimap wheel interaction behavior.

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

- Ignore wheel events over the expanded minimap preview
- Add coverage for hit-strip targeting
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:M labels Aug 18, 2026
@asfires
asfires merged commit 1094b43 into main Aug 18, 2026
6 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant