mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +01:00
Restore missing behavior for Differential keyboard navigation
Summary: Fixes T12086. This got dropped by accident while cleaning up haunting. Test Plan: Loaed a revision, hit "?", hit n/j/p/etc Reviewers: chad Reviewed By: chad Maniphest Tasks: T12086 Differential Revision: https://secure.phabricator.com/D17166
This commit is contained in:
parent
0e1388340c
commit
fda83094ac
1 changed files with 6 additions and 0 deletions
|
@ -464,6 +464,12 @@ final class DifferentialRevisionViewController extends DifferentialController {
|
||||||
|
|
||||||
Javelin::initBehavior('differential-user-select');
|
Javelin::initBehavior('differential-user-select');
|
||||||
|
|
||||||
|
Javelin::initBehavior(
|
||||||
|
'differential-keyboard-navigation',
|
||||||
|
array(
|
||||||
|
'haunt' => null,
|
||||||
|
));
|
||||||
|
|
||||||
$view = id(new PHUITwoColumnView())
|
$view = id(new PHUITwoColumnView())
|
||||||
->setHeader($header)
|
->setHeader($header)
|
||||||
->setSubheader($subheader)
|
->setSubheader($subheader)
|
||||||
|
|
Loading…
Reference in a new issue