ydshieh HF staff commited on
Commit
3c17f8a
1 Parent(s): f0e5642

Update transcript-tracer.js

Browse files
Files changed (1) hide show
  1. transcript-tracer.js +1 -0
transcript-tracer.js CHANGED
@@ -617,6 +617,7 @@ function handleSelection() {
617
  console.log(transcript);
618
  console.log(transcript.children);
619
  console.log(transcript.children[0]);
 
620
 
621
  // for (const wordElement of ttCurrentTranscript.getElementsByClassName('tt-word')) {
622
  // if (wordElement.classList.contains('tt-current-word')) break;
 
617
  console.log(transcript);
618
  console.log(transcript.children);
619
  console.log(transcript.children[0]);
620
+ console.log(transcript.children[0].children);
621
 
622
  // for (const wordElement of ttCurrentTranscript.getElementsByClassName('tt-word')) {
623
  // if (wordElement.classList.contains('tt-current-word')) break;