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: prevents error with emoji autocomplete #16465

Merged
merged 2 commits into from Apr 13, 2022

Commits on Apr 13, 2022

  1. FIX: prevents error with emoji autocomplete

    The error would happen when emoji_autocomplete_min_chars site setting is set to anything superior to 0, in this case until we reach the min chars length, emojiSearch would return "skip" and the code was currently expecting an array.
    jjaffeux committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    53465c4 View commit details
    Browse the repository at this point in the history
  2. tests

    jjaffeux committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a03ab3a View commit details
    Browse the repository at this point in the history