mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
open chat links in new window
This commit is contained in:
parent
7d109ce77d
commit
f385a7a4b5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ aside.chat(
|
||||||
mathjax,
|
mathjax,
|
||||||
ng-repeat="content in message.contents track by $index"
|
ng-repeat="content in message.contents track by $index"
|
||||||
)
|
)
|
||||||
span(ng-bind-html="content | linky")
|
span(ng-bind-html="content | linky:'_blank'")
|
||||||
|
|
||||||
.new-message
|
.new-message
|
||||||
textarea(
|
textarea(
|
||||||
|
|
Loading…
Reference in a new issue