mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 22:11:47 +00: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,
|
||||
ng-repeat="content in message.contents track by $index"
|
||||
)
|
||||
span(ng-bind-html="content | linky")
|
||||
span(ng-bind-html="content | linky:'_blank'")
|
||||
|
||||
.new-message
|
||||
textarea(
|
||||
|
|
Loading…
Reference in a new issue