From a9095ccde8dff48dd090a1bf9f1096a9d7919c6f Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 22 Aug 2016 14:54:07 +0100 Subject: [PATCH] Disable filter which wraps long words, still buggy. --- services/web/app/views/project/editor/chat.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/project/editor/chat.jade b/services/web/app/views/project/editor/chat.jade index 86842c36de..538a5b9d37 100644 --- a/services/web/app/views/project/editor/chat.jade +++ b/services/web/app/views/project/editor/chat.jade @@ -45,7 +45,7 @@ aside.chat( mathjax, ng-repeat="content in message.contents track by $index" ) - span(ng-bind-html="content | linky:'_blank' | wrapLongWords") + span(ng-bind-html="content | linky:'_blank'") .new-message textarea(