We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7677f commit dd4e5dcCopy full SHA for dd4e5dc
browser-extension/src/entrypoints/content.ts
@@ -6,8 +6,8 @@ import { EnhancerRegistry, TextareaRegistry } from '../lib/registries'
6
const enhancers = new EnhancerRegistry()
7
const enhancedTextareas = new TextareaRegistry()
8
9
- // Expose for debugging in har:view
10
- ; (window as any).gitcassoTextareaRegistry = enhancedTextareas
+// Expose for debugging in har:view
+;(window as any).gitcassoTextareaRegistry = enhancedTextareas
11
12
function sendEventToBackground(type: 'ENHANCED' | 'DESTROYED', spot: CommentSpot): void {
13
const message: CommentEvent = {
0 commit comments