diff options
author | 2019-12-16 00:47:51 +0700 | |
---|---|---|
committer | 2019-12-16 00:47:51 +0700 | |
commit | 0b204c638f62116f3d34d64762966ad5683b194f (patch) | |
tree | 36ddff538ce853339f1ab395a299afb067bda253 /source/features/cycle-lists-with-keyboard-shortcuts.tsx | |
parent | 5317a69cff0558709437dd0e1694cba5f07d467f (diff) | |
download | refined-github-0b204c638f62116f3d34d64762966ad5683b194f.tar.gz refined-github-0b204c638f62116f3d34d64762966ad5683b194f.tar.zst refined-github-0b204c638f62116f3d34d64762966ad5683b194f.zip |
Small meta changes (#2626)
Diffstat (limited to 'source/features/cycle-lists-with-keyboard-shortcuts.tsx')
-rw-r--r-- | source/features/cycle-lists-with-keyboard-shortcuts.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/cycle-lists-with-keyboard-shortcuts.tsx b/source/features/cycle-lists-with-keyboard-shortcuts.tsx index 7834b239..2077b323 100644 --- a/source/features/cycle-lists-with-keyboard-shortcuts.tsx +++ b/source/features/cycle-lists-with-keyboard-shortcuts.tsx @@ -12,7 +12,7 @@ function init(): void { '.js-active-navigation-container .select-menu-list:not([hidden]) .js-navigation-item:not([hidden])', // All selectable items in the current tab '.js-active-navigation-container .js-new-label-modal:not(.d-none) .js-navigation-item', // "Create label" button, when selecting labels '.js-active-navigation-container a.js-navigation-item.js-label-options' // "Edit labels" link, when selecting labels - ].join(',')); + ]); lastSelectableItemIndex = selectableItems.length - 1; }); |