Skip to content

fix: swap threshold labels and reorder options UI items#43

Closed
blakkd wants to merge 2 commits into
ubermanu:mainfrom
blakkd:fix/threshold-labels
Closed

fix: swap threshold labels and reorder options UI items#43
blakkd wants to merge 2 commits into
ubermanu:mainfrom
blakkd:fix/threshold-labels

Conversation

@blakkd

@blakkd blakkd commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

The labels for moveThreshold and dragThreshold were swapped in the options UI. Also reordered items so the sticky-scroll checkbox appears before the drag threshold input.

blakkd added 2 commits July 1, 2026 09:56
Before: handleMouseUp checked distance from press origin to release position,
so releasing near origin after dragging far was treated as a click (sticky
scroll continued).

After: maxDragDistance tracks the furthest distance traveled from origin
during the session. Release now stops scroll if the cursor ever moved
beyond dragThreshold, regardless of where it was released.
@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 35188af

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@blakkd blakkd closed this Jul 1, 2026
@blakkd blakkd deleted the fix/threshold-labels branch July 1, 2026 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant