Disable filter which wraps long words, still buggy.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user