Explorar o código

limit scope of mathjax rerender #531

Hakim El Hattab %!s(int64=11) %!d(string=hai) anos
pai
achega
9984cb1f21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugin/math/math.js

+ 1 - 1
plugin/math/math.js

@@ -29,7 +29,7 @@
 		});
 
 		Reveal.addEventListener( 'slidechanged', function( event ) {
-			MathJax.Hub.Rerender();
+			MathJax.Hub.Update( event.currentSlide );
 		} );
 
 	}