outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
https://www.getoutline.com
BSD 3-Clause "New" or "Revised" License
2.87k stars 590 forks source link

fix: prevent unwanted emoji menu in non Latin cultures #591

Closed RuslanGabbasov closed 2 years ago

RuslanGabbasov commented 2 years ago

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