Skip to content

Fix footer drag with mouse#5

Draft
tmrr13 wants to merge 1 commit intomasterfrom
cursor/fix-footer-drag-with-mouse-9d94
Draft

Fix footer drag with mouse#5
tmrr13 wants to merge 1 commit intomasterfrom
cursor/fix-footer-drag-with-mouse-9d94

Conversation

@tmrr13
Copy link
Copy Markdown
Owner

@tmrr13 tmrr13 commented Oct 16, 2025

Add mouse drag functionality to the footer slide component to allow users to reveal/hide the footer by clicking and dragging.

The existing footer slide only responded to mouse wheel, touch, and keyboard events. This PR introduces onMouseDown, onMouseMove, and onMouseUp handlers to enable direct mouse dragging, improving user interaction. It also prevents text selection during drag and provides visual feedback with cursor changes.


Open in Cursor Open in Web

Co-authored-by: goodslyfox <goodslyfox@gmail.com>
@cursor
Copy link
Copy Markdown

cursor bot commented Oct 16, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

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.

2 participants