Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #845 when brush is not responding to touch on mobile #1874

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eliza-guseva
Copy link

fix #845

I recently had to make visx Brush work on mobile.
With the changes in this PR, I believe, the issue should be fixed.

I found some more specific onMouse... mentions in the Brush, BrushBase and BrushSelection.
I changed them to onPointer I tested a couple of examples on mobile and on desktop. The problem disappeared.
Tests run locally.

💥 Breaking Changes

🚀 Enhancements

📝 Documentation

🐛 Bug Fix

#845

🏠 Internal

@eliza-guseva eliza-guseva marked this pull request as ready for review August 21, 2024 16:33
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.

Brush interaction not working on mobile
2 participants