mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-30 15:57:01 +00:00
The selection menu's "Listen" button wasn't working in Timeline View because the character-to-timestamp mapping was incorrectly counting text from timestamp and speaker name elements. Changes: - Add data-transcript-text attribute to transcript text containers - Update TreeWalker in useSelectionMenu to only count text inside these marked elements This fixes the character index calculation so word timestamps are correctly looked up. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>