diff options
author | 2019-07-30 01:54:01 +0700 | |
---|---|---|
committer | 2019-07-30 01:54:01 +0700 | |
commit | 2e4a24d3957c205c7bc49525c69e1fa08593d2ca (patch) | |
tree | 62d3b93525c367bb1b45388e9fe3e55a674f7e57 /source/features/cycle-lists-with-keyboard-shortcuts.tsx | |
parent | cb8de12eb680475024c21d5586aa31a232493c73 (diff) | |
download | refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.tar.gz refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.tar.zst refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.zip |
Sort features in Readme by area instead of by type (#2283)
Diffstat (limited to 'source/features/cycle-lists-with-keyboard-shortcuts.tsx')
-rw-r--r-- | source/features/cycle-lists-with-keyboard-shortcuts.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/features/cycle-lists-with-keyboard-shortcuts.tsx b/source/features/cycle-lists-with-keyboard-shortcuts.tsx index 23d2e1e2..7834b239 100644 --- a/source/features/cycle-lists-with-keyboard-shortcuts.tsx +++ b/source/features/cycle-lists-with-keyboard-shortcuts.tsx @@ -56,13 +56,13 @@ function init(): void { features.add({ id: __featureName__, - description: 'Cycle "popover lists" (labels, milestones, etc) when selecting them with the `↑` and `↓` keys.', + description: 'Allows the `↑` and `↓` keys to cycle "popover lists" (labels, milestones, etc).', screenshot: 'https://user-images.githubusercontent.com/37769974/59158786-6fd2c400-8add-11e9-9db1-db80186fa6ea.gif', - init, load: features.onAjaxedPages, include: [ features.isPRConversation, features.isIssue, features.isCompare - ] + ], + init }); |