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.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/features/cycle-lists-with-keyboard-shortcuts.tsx b/source/features/cycle-lists-with-keyboard-shortcuts.tsx
index a0283167..c7943a22 100644
--- a/source/features/cycle-lists-with-keyboard-shortcuts.tsx
+++ b/source/features/cycle-lists-with-keyboard-shortcuts.tsx
@@ -53,12 +53,13 @@ function init(): void {
features.add({
id: __featureName__,
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',
- load: features.onAjaxedPages,
+ screenshot: 'https://user-images.githubusercontent.com/37769974/59158786-6fd2c400-8add-11e9-9db1-db80186fa6ea.gif'
+}, {
include: [
features.isPRConversation,
features.isIssue,
features.isCompare
],
+ load: features.onAjaxedPages,
init
});