()
| 81 | } |
| 82 | |
| 83 | function onBlurTimerFire(): void { |
| 84 | timerRef.current = null |
| 85 | if (isLoadingRef.current) { |
| 86 | pendingRef.current = true |
| 87 | return |
| 88 | } |
| 89 | void generate() |
| 90 | } |
| 91 | |
| 92 | function onFocusChange(): void { |
| 93 | const state = getTerminalFocusState() |
nothing calls this directly
no test coverage detected