Commit ac9d866f by Chris Rodriguez

LMS: re-adding Enter and Space toggle for transcript control

parent 72ed155c
......@@ -217,7 +217,7 @@
case KEY.SPACE:
case KEY.ENTER:
event.preventDefault();
this.toggle();
this.toggle(event);
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment