feat: compare page search package add esc keyboard event#1333
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
📝 WalkthroughWalkthroughThe PackageSelector.vue component has been modified to handle the Escape key in the input field. When Escape is pressed, the input value is cleared. The existing Enter key functionality remains unchanged, continuing to add a selected or no-dependency option or match a package. The change adds 2 lines of code with no removals. Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Comment |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Bind an Esc keyboard event to the input field to quickly cancel or delete typed content.