| 1 | import { memo, useState, useCallback, useRef } from "react"; |
| 2 | import { useCaptionStore } from "../store"; |
| 3 | import { useMountEffect } from "../../hooks/useMountEffect"; |
| 4 | import { shouldHandleCaptionNudgeKey } from "../keyboard"; |
nothing calls this directly
no test coverage detected