Commit f16b9ec5 by Braden MacDonald

Merge pull request #99 from open-craft/performance_fix

Fix exponential rerendering after hitting next button too many times.
parents 7dca8771 92634755
......@@ -160,6 +160,7 @@ function MentoringWithStepsBlock(runtime, element) {
updateNextLabel();
// Reinstate default event handlers
nextDOM.off('click');
nextDOM.on('click', updateDisplay);
reviewButtonDOM.on('click', showGrade);
......
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