summaryrefslogtreecommitdiff
path: root/source/features/cycle-lists-with-keyboard-shortcuts.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/cycle-lists-with-keyboard-shortcuts.tsx')
-rw-r--r--source/features/cycle-lists-with-keyboard-shortcuts.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/features/cycle-lists-with-keyboard-shortcuts.tsx b/source/features/cycle-lists-with-keyboard-shortcuts.tsx
index 8c6343e2..212ff213 100644
--- a/source/features/cycle-lists-with-keyboard-shortcuts.tsx
+++ b/source/features/cycle-lists-with-keyboard-shortcuts.tsx
@@ -52,11 +52,7 @@ function init(): void {
delegate(document, '.js-filterable-field', 'keydown', handleKeyDown);
}
-void features.add({
- id: __filebasename,
- 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'
-}, {
+void features.add(__filebasename, {
include: [
pageDetect.isPRConversation,
pageDetect.isIssue,