summaryrefslogtreecommitdiff
path: root/source/refined-github.ts
diff options
context:
space:
mode:
authorGravatar Federico <me@fregante.com> 2020-11-21 13:27:14 -0600
committerGravatar GitHub <noreply@github.com> 2020-11-21 13:27:14 -0600
commitc99595dc4755c99a6aa05a237c952bc1d9c08dfb (patch)
tree9244ead59ed89b09cb07e60f93d0271d2edfd724 /source/refined-github.ts
parent1bedcd71886ac9c20bf91a6d48e428622ab6d1b1 (diff)
downloadrefined-github-c99595dc4755c99a6aa05a237c952bc1d9c08dfb.tar.gz
refined-github-c99595dc4755c99a6aa05a237c952bc1d9c08dfb.tar.zst
refined-github-c99595dc4755c99a6aa05a237c952bc1d9c08dfb.zip
Add `quick-fork-deletion` feature (#3734)
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r--source/refined-github.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts
index f9f53820..c0d8aafb 100644
--- a/source/refined-github.ts
+++ b/source/refined-github.ts
@@ -203,6 +203,7 @@ import './features/unfinished-comments';
import './features/single-diff-column-selection';
import './features/jump-to-change-requested-comment';
import './features/esc-to-cancel';
+import './features/quick-fork-deletion';
// Add global for easier debugging
(window as any).select = select;