File tree Expand file tree Collapse file tree 2 files changed +0
-145
lines changed
browser-extension/src/datamodel Expand file tree Collapse file tree 2 files changed +0
-145
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import type { OverType } from '../overtype/mock-overtype'
22import type { CommentEnhancer , CommentSpot } from './enhancer'
33import { GitHubHandler as GitHubEnhancer } from './handlers/github-handler'
4- import { RedditHandler as RedditEnhancer } from './handlers/reddit-handler'
54
65export interface EnhancedTextarea < T extends CommentSpot = CommentSpot > {
76 element : HTMLTextAreaElement
@@ -16,7 +15,6 @@ export class EnhancerRegistry {
1615 constructor ( ) {
1716 // Register all available handlers
1817 this . register ( new GitHubEnhancer ( ) )
19- this . register ( new RedditEnhancer ( ) )
2018 }
2119
2220 private register < T extends CommentSpot > ( handler : CommentEnhancer < T > ) : void {
You can’t perform that action at this time.
0 commit comments