Skip to content

Conversation

@mayurrogheliya
Copy link
Contributor

fixes #284

Description

Fixed an issue where pressing keys like Shift, Ctrl, or Space in the search input caused the page to reload when empty.

Fix Details

  • Ignored non-character keys such as Shift, Ctrl, Alt, and Arrow keys.
  • Redirects to / only when the input becomes empty due to Backspace or Delete.

@vercel
Copy link

vercel bot commented Nov 13, 2025

@mayurrogheliya is attempting to deploy a commit to the Priyansh Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added the waiting for reviewers Soon a maintainer will review label Nov 13, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, @mayurrogheliya! Thanks for creating the pull request!

Soon the maintainers/owner will review it and provide you with feedback/suggestions, Make sure to star this awesome repository

@vercel
Copy link

vercel bot commented Nov 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
devprofiles Ready Ready Preview Nov 13, 2025 4:12pm

@priyazsh priyazsh merged commit f65445f into priyazsh:main Nov 13, 2025
5 checks passed
@priyazsh priyazsh removed the waiting for reviewers Soon a maintainer will review label Dec 30, 2025
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.

Bug: Page refreshes when pressing Backspace, Shift, Space or Ctrl keys while search field is empty

2 participants