| 130 | `![${filename}]()`; |
| 131 | |
| 132 | export class TextareaCommand { |
| 133 | private textareaRef: MutableRefObject<HTMLTextAreaElement>; |
| 134 | |
| 135 | constructor(textareaRef: MutableRefObject<HTMLTextAreaElement>) { |
nothing calls this directly
no outgoing calls
no test coverage detected