mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 13:52:40 +01:00
Allow selecting author by double click in inline comment
Summary: Otherwise line number gets selected too. Test Plan: Double click author in inline comment. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1912
This commit is contained in:
parent
ec6f24ad1b
commit
fa687e1773
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ final class DifferentialInlineCommentView extends AphrontView {
|
|||
'<div class="differential-inline-comment-head">'.
|
||||
$anchor.
|
||||
$links.
|
||||
'<span class="differential-inline-comment-line">'.$line.'</span>'.
|
||||
' <span class="differential-inline-comment-line">'.$line.'</span> '.
|
||||
phutil_escape_html($author).
|
||||
'</div>'.
|
||||
'<div class="differential-inline-comment-content">'.
|
||||
|
|
Loading…
Reference in a new issue