Added a unique prefix to text formatting entities (#5549)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
fc9e5d8510
Коммит
daef8d8384
@@ -31,7 +31,7 @@ export function handleEmoticons(text, tokens, emojis) {
|
||||
|
||||
function replaceEmoticonWithToken(fullMatch, prefix, matchText, name) {
|
||||
const index = tokens.size;
|
||||
const alias = `MM_EMOTICON${index}`;
|
||||
const alias = `$MM_EMOTICON${index}`;
|
||||
|
||||
if (emojis.has(name)) {
|
||||
const path = EmojiStore.getEmojiImageUrl(emojis.get(name));
|
||||
|
||||
Ссылка в новой задаче
Block a user