Commit 622413a8 by clrux

Merge pull request #11050 from edx/clrux/ac-296

LMS: re-enable Enter and Space to toggle transcript
parents 80848135 ac9d866f
......@@ -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