We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
搜索框输入、删除输入的时候,有时会出现乱跳,不停请求的情况
The text was updated successfully, but these errors were encountered:
搜索框输入、删除输入的时候,有时会出现乱跳,不停请求的情况 我也遇到过这个,把/search-box/index/下的handleQueryDebounce里return debounce(handleQuery, 500),500改为1000,好像就不会乱跳。(我一直按一个键不松手就会乱跳,具体原因我还没分析出来)
Sorry, something went wrong.
No branches or pull requests
搜索框输入、删除输入的时候,有时会出现乱跳,不停请求的情况
The text was updated successfully, but these errors were encountered: