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
I have a problem.
When I set the OnClick show to true in the configuration and I click very quickly on the root it does not show the submenus of level 2.
Then I have to close it and click on the root again to make it work well.
This happens to me for version 0.9.7 but I have tried it in the newer versions and it also happens.
Investigating the code, it is solved by putting "this.clickActivated = true;" (default) But I think this can influence cross-platform capabilities.
How can I fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a problem.
When I set the OnClick show to true in the configuration and I click very quickly on the root it does not show the submenus of level 2.
Then I have to close it and click on the root again to make it work well.
This happens to me for version 0.9.7 but I have tried it in the newer versions and it also happens.
Investigating the code, it is solved by putting "this.clickActivated = true;" (default) But I think this can influence cross-platform capabilities.
How can I fix it?
The text was updated successfully, but these errors were encountered: