Skip to content

Commit 86b9deb

Browse files
author
epriestley
committed
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
1 parent fdf0017 commit 86b9deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infrastructure/diff/view/PHUIDiffInlineCommentDetailView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ public function render() {
405405
'class' => 'inline-head-right',
406406
),
407407
array(
408-
$anchor,
409408
$done_button,
410409
$links,
411410
$actions,
@@ -445,6 +444,7 @@ public function render() {
445444
pht('...'));
446445

447446
return array(
447+
$anchor,
448448
$markup,
449449
$summary,
450450
);

0 commit comments

Comments
 (0)