()
| 243 | } |
| 244 | }, |
| 245 | getState() { |
| 246 | const { current: element } = elementRef; |
| 247 | const text = toString(element!); |
| 248 | const position = getPosition(element!); |
| 249 | return { text, position }; |
| 250 | }, |
| 251 | }), |
| 252 | [] |
| 253 | ); |
nothing calls this directly
no test coverage detected
searching dependent graphs…