mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Move inline anchors up, to dolumn-level
Summary: Fixes T8420. Now that hidden inlines no longer fold into a big clump, anchors can just jump to them in a normal way. Move the anchors up a smidge so thing work. Test Plan: Clicked an anchor pointed at a hidden inline, ended up in the right place. Reviewers: chad Reviewed By: chad Maniphest Tasks: T8420 Differential Revision: https://secure.phabricator.com/D17910
This commit is contained in:
parent
fdf001739c
commit
86b9deb8a9
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,6 @@ final class PHUIDiffInlineCommentDetailView
|
|||
'class' => 'inline-head-right',
|
||||
),
|
||||
array(
|
||||
$anchor,
|
||||
$done_button,
|
||||
$links,
|
||||
$actions,
|
||||
|
@ -445,6 +444,7 @@ final class PHUIDiffInlineCommentDetailView
|
|||
pht('...'));
|
||||
|
||||
return array(
|
||||
$anchor,
|
||||
$markup,
|
||||
$summary,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue