diff options
author | 2021-10-07 20:26:39 +0530 | |
---|---|---|
committer | 2021-10-07 16:56:39 +0200 | |
commit | e69a7872ce0479f35daef9fc5183b02b51d065ac (patch) | |
tree | 94fb0fe8448a203295d40e68662dadc7a8e84530 /source/refined-github.ts | |
parent | 90ad3b20c70681ca0ee85ef341e1818a887f9462 (diff) | |
download | refined-github-e69a7872ce0479f35daef9fc5183b02b51d065ac.tar.gz refined-github-e69a7872ce0479f35daef9fc5183b02b51d065ac.tar.zst refined-github-e69a7872ce0479f35daef9fc5183b02b51d065ac.zip |
Rename `navigate-pages-with-arrow-keys` to `pagination-hotkey` (#4743)
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r-- | source/refined-github.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts index 902a3fc2..c6b9e88a 100644 --- a/source/refined-github.ts +++ b/source/refined-github.ts @@ -62,7 +62,7 @@ import './features/linkify-code'; import './features/download-folder-button'; import './features/linkify-branch-references'; import './features/open-all-conversations'; -import './features/navigate-pages-with-arrow-keys'; +import './features/pagination-hotkey'; import './features/conversation-links-on-repo-lists'; import './features/global-conversation-list-filters'; import './features/conversation-filters'; |