()
| 584 | } |
| 585 | |
| 586 | const scrollToBottom = () => { |
| 587 | if (ps.current) { |
| 588 | ps.current.scrollTo({ top: maxScroll }) |
| 589 | } |
| 590 | } |
| 591 | |
| 592 | // Helper function to manage TTS action flag |
| 593 | const setTTSAction = (isActive) => { |
no outgoing calls
no test coverage detected