The video event listener effect had an empty dependency array, causing it to run only once on mount. For batch uploads where downloads load slower, the video element wasn't rendered yet when the effect ran, so listeners were never attached. Adding currentVideoUrl as a dependency ensures the effect re-runs when the video becomes available. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| AddNoteForm.tsx | ||
| AssetTabs.tsx | ||
| assetTabUtils.ts | ||
| index.ts | ||
| NoteItem.tsx | ||
| NotesSidebar.tsx | ||
| SyncedCaptionList.tsx | ||
| VideoReviewPlayer.tsx | ||