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: ignore first inputChange event, fix for #62 #63

Merged
merged 3 commits into from
Jul 24, 2024
Merged

Conversation

HADB
Copy link
Contributor

@HADB HADB commented Jul 24, 2024

Close #62

首次触发的 onInputChange 是空字符串,会导致丢失 argument 传进来的 queryText,加了一个 isInputChanged 来判断是否是第一次

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.

Hello HADB, Thank you for your first PR contribution 🎉 HADB

@tisfeng tisfeng merged commit 3d3fa96 into tisfeng:main Jul 24, 2024
5 checks passed
@tisfeng
Copy link
Owner

tisfeng commented Jul 24, 2024

感谢 PR ❤️

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 Report: 通过 Arguments 传入的参数丢失了
2 participants