From f4d5f52836e72905357fcb890d30e070bbbac8c1 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 17 Jun 2015 08:36:16 -0400 Subject: fixes mm-1235 clicking on mentions now works properly --- web/react/utils/utils.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/utils/utils.jsx') diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index 628d92342..244c1eab0 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -412,7 +412,7 @@ module.exports.textToJsx = function(text, options) { highlightSearchClass = " search-highlight"; } - inner.push({prefix}@{name}{suffix} ); + inner.push({prefix}@{name}{suffix} ); } else if (urlMatcher.test(word)) { var match = urlMatcher.match(word)[0]; var link = match.url; -- cgit v1.2.3-1-g7c22