Skip to content

fix: prevent double trigger on Enter key press#601

Open
liansnail wants to merge 1 commit intoreact-component:masterfrom
liansnail:master
Open

fix: prevent double trigger on Enter key press#601
liansnail wants to merge 1 commit intoreact-component:masterfrom
liansnail:master

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.

@vercel
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