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
After using the search, a click one a Group Icon on the left side should close the search result and let me see the content of the clicked GroupIcon
After using the search, a click one a Group Icon on the left side does not change the view, the search results are still open
--Pseudo Code --- if( click on GroupIcon){ (if searchResults open){ close search Results } ...show content of CroupIcon }
Operating system: MAC OS Sierra 10.12.6
The text was updated successfully, but these errors were encountered:
This is implemented in PR #1797
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
After using the search, a click one a Group Icon on the left side should close the search result and let me see the content of the clicked GroupIcon
Current Behavior
After using the search, a click one a Group Icon on the left side does not change the view, the search results are still open
Possible Solution
--Pseudo Code ---
if( click on GroupIcon){
(if searchResults open){
close search Results
}
...show content of CroupIcon
}
Steps to Reproduce (for bugs)
Operating system: MAC OS Sierra 10.12.6
The text was updated successfully, but these errors were encountered: