Skip to content
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

fix(mentions): fix @everyone inserting incorrectly sometimes #10245

Merged
merged 1 commit into from
Apr 11, 2023

Commits on Apr 7, 2023

  1. fix(mentions): fix @everyone inserting incorrectly sometimes

    Fixes #10212
    
    The problem was that we were detecting that the name was empty string and comparing to another empty string and inserting that, which is incorrect.
    
    There was also a problem with the detection of the name being completely written. onKeyPressed didn't take into account the new letter added, onKeyReleased does.
    jrainville committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    b9a5c7f View commit details
    Browse the repository at this point in the history