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
Actual Result An immediate error occurs with the following message: IndexError: string index out of range
The text was updated successfully, but these errors were encountered:
Fix auto-completion when text contains >2 byte wide unicode symbols #…
30755ba
…1592 - eg. emojis - QTextCursor position counts 16bit-chars
Confirmation of Fix ✨
Thank you for addressing this issue! After applying commit 30755ba to ai_diffusion/ui/autocomplete.py, I can confirm:
ai_diffusion/ui/autocomplete.py
IndexError: string index out of range
Appreciate the quick fix!
Sorry, something went wrong.
No branches or pull requests
Environment
Steps to Reproduce
Actual Result
An immediate error occurs with the following message:
IndexError: string index out of range
The text was updated successfully, but these errors were encountered: