-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
search, show results not working #2842
Comments
Caused by if( !module.is.visible() && module.is.focused() && !module.is.empty() ) {
// do show
} I moved this check outside of the method, so it can be invoked when not focused. |
Ignore that last commit. heh |
Hi @jlukic thanks for the fix, but can you tell me how can I fix my issue (small code example)? I'm not understand how the changes fixes my issue, sorry. |
Here. Previously calling |
Thank you, has not worked in my first test after your commit, but I've now seen, I've tested with the wrong branch, sorry. Is working for me now. |
"show results" is not working with search, "hide results" works fine.
The text was updated successfully, but these errors were encountered: