diff --git a/index.js b/index.js index ae6e193..7b9ab62 100644 --- a/index.js +++ b/index.js @@ -40,7 +40,6 @@ function plugin(options) { node.value = node.value.replace(RE_EMOJI, getEmoji); if (emoticonEnable) { - // emoji regex not matching --> check if shortcode node.value = node.value.replace(RE_SHORT, getEmojiByShortCode); } });