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 1a85c21 commit b882b2cCopy full SHA for b882b2c
browser-extension/src/entrypoints/content.ts
@@ -34,8 +34,8 @@ function handleMutations(mutations: MutationRecord[]): void {
34
}
35
36
function initializeTextArea(textarea: HTMLTextAreaElement) {
37
- logger.debug('activating textarea {}', textarea)
+ logger.debug('activating textarea {}', textarea)
38
const overtype = new OverType(textarea)[0]
39
logger.debug('overtype initialized {}', overtype)
40
- overtype.setValue("Testing 1, 2, 3")
+ overtype.setValue('Testing 1, 2, 3')
41
0 commit comments