ydshieh HF staff commited on
Commit
abb5f78
1 Parent(s): 68e4081

Update transcript-tracer.js

Browse files
Files changed (1) hide show
  1. transcript-tracer.js +4 -0
transcript-tracer.js CHANGED
@@ -494,6 +494,10 @@ function handleWordClick(e) {
494
  if (ttActivePlayer != null) {
495
  ttActivePlayer.pause()
496
  }
 
 
 
 
497
 
498
  }
499
 
 
494
  if (ttActivePlayer != null) {
495
  ttActivePlayer.pause()
496
  }
497
+
498
+ // selection
499
+ var temp = window.getSelection();
500
+ console.log(temp);
501
 
502
  }
503