At the current version emoji menu works correctly only in cultures with the Latin symbols because of this regexp rule /(?:^|*[^a-zA-Z0-9_!#$%&@@]**):([0-9a-zA-Z_+-]+)?$/ and shows it every time when you type something like that "я не хочу чтобы сейчас вылезло меню:" after that we will immediately get it.
At the current version emoji menu works correctly only in cultures with the Latin symbols because of this regexp rule /(?:^|*[^a-zA-Z0-9_!#$%&@@]**):([0-9a-zA-Z_+-]+)?$/ and shows it every time when you type something like that "я не хочу чтобы сейчас вылезло меню:" after that we will immediately get it.
I fixed it, please consider this pull request