Sfoglia il codice sorgente

update visibility of slides as part of sync

Hakim El Hattab 11 anni fa
parent
commit
9f0224adf9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      js/reveal.js

+ 1 - 0
js/reveal.js

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