mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Disable filter which wraps long words, still buggy.
This commit is contained in:
parent
11ec486c13
commit
a9095ccde8
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue