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(event/select): prevent scrolling when context menu opened #490

Merged
merged 3 commits into from
Aug 2, 2022

Conversation

idiotWu
Copy link
Owner

@idiotWu idiotWu commented Aug 2, 2022

closes #489

Description

This PR fixes the bug that drag-scrolling occurs after users right-click on the page and open the context menu (i.e. contextmenu event fires).

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@idiotWu idiotWu added the bug label Aug 2, 2022
@idiotWu idiotWu requested a review from sadeghbarati August 2, 2022 18:05
@idiotWu idiotWu force-pushed the fix-contextmenu branch 4 times, most recently from 88de550 to 0776daf Compare August 2, 2022 18:42
@sadeghbarati sadeghbarati merged commit ac717f6 into develop Aug 2, 2022
@idiotWu idiotWu deleted the fix-contextmenu branch August 2, 2022 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After calling the context menu, you can scroll up and down by pointing the mouse in either direction
2 participants