Przeglądaj źródła

update visibility of slides as part of sync

Hakim El Hattab 11 lat temu
rodzic
commit
9f0224adf9
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      js/reveal.js

+ 1 - 0
js/reveal.js

@@ -1843,6 +1843,7 @@
 		updateProgress();
 		updateBackground( true );
 		updateSlideNumber();
+		updateSlidesVisibility();
 
 	}