| 21 | |
| 22 | @observer |
| 23 | export class EditBox extends React.Component<EditBoxProps, EditBoxState> { |
| 24 | editTextArea: React.RefObject<HTMLTextAreaElement> |
| 25 | inputBox: React.RefObject<HTMLInputElement> |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected