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 combo counter flickers, I would like to keep it on but at the moment it's very distracting.
The text was updated successfully, but these errors were encountered:
This is also a bug in my fork.
This happens because the previous combo decoration is being disposed before the new one is created.
This can be fixed simply by disposing the previous decoration only after the new one is created and rendered.
Sorry, something went wrong.
I am still having the same issue as i can see pull request solves the issue why it doesn't get merged?
Successfully merging a pull request may close this issue.
The combo counter flickers, I would like to keep it on but at the moment it's very distracting.
The text was updated successfully, but these errors were encountered: