1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 14:47:04 +02:00

update visibility of slides as part of sync

This commit is contained in:
Hakim El Hattab
2014-04-28 10:59:31 +02:00
parent 02725cf728
commit 9f0224adf9

View File

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