| 148 | |
| 149 | @observer |
| 150 | export class InsertBox extends React.Component<InsertBoxProps, InsertBoxState> { |
| 151 | private inputRef: React.RefObject<HTMLInputElement> |
| 152 | private suggestionsRef: React.RefObject<HTMLUListElement> |
| 153 |
nothing calls this directly
no outgoing calls
no test coverage detected