()
| 290 | } |
| 291 | |
| 292 | function handleLeftScroll() { |
| 293 | if ( |
| 294 | isLeftScrollAtBottom || |
| 295 | isInViewport(leftBottomRef.current as HTMLElement) |
| 296 | ) { |
| 297 | setTimeout(() => handleScroll(), 0); |
| 298 | } |
| 299 | } |
| 300 | |
| 301 | async function selectThread(threadId: string) { |
| 302 | const text = getSelectedText(); |
no test coverage detected