diff options
author | 2021-04-26 18:31:37 +0200 | |
---|---|---|
committer | 2021-04-26 23:31:37 +0700 | |
commit | 6cd801086af7e3c0c75360bbab943c77c9c3c7ff (patch) | |
tree | 0ac27cfc93917f71b6fcc7084fa623a0d9f3a27f /source/refined-github.ts | |
parent | 304d7387b1691379cf83ab8f6d8f5f16fcb4efdb (diff) | |
download | refined-github-6cd801086af7e3c0c75360bbab943c77c9c3c7ff.tar.gz refined-github-6cd801086af7e3c0c75360bbab943c77c9c3c7ff.tar.zst refined-github-6cd801086af7e3c0c75360bbab943c77c9c3c7ff.zip |
Add `delete-review-comments-faster` feature (#4099)
Co-authored-by: Federico Brigante <me@fregante.com>
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r-- | source/refined-github.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts index c4985774..a0ffd127 100644 --- a/source/refined-github.ts +++ b/source/refined-github.ts @@ -219,6 +219,7 @@ import './features/view-last-pr-deployment'; import './features/global-search-filters'; import './features/clean-header-search-field'; import './features/avoid-accidental-submissions'; +import './features/delete-review-comments-faster'; // Add global for easier debugging (window as any).select = select; |