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: prevent double trigger on Enter key press #601

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

Conversation

liansnail
Copy link

This pull request fixes an issue where pressing the Enter key on a focused pagination button triggers the event handler twice. This happens because the button triggers a click event when Enter is pressed.

Changes:

  • Added event.preventDefault() in runIfEnter to prevent the default action.

Linked Issue:

#600.

Copy link

vercel bot commented Aug 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pagination ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2024 1:31am

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