Update transcript-tracer.js
Browse files- transcript-tracer.js +1 -0
transcript-tracer.js
CHANGED
@@ -616,6 +616,7 @@ function handleSelection() {
|
|
616 |
|
617 |
console.log(transcript);
|
618 |
console.log(transcript.children);
|
|
|
619 |
|
620 |
// for (const wordElement of ttCurrentTranscript.getElementsByClassName('tt-word')) {
|
621 |
// if (wordElement.classList.contains('tt-current-word')) break;
|
|
|
616 |
|
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;
|