1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-16 11:36:58 +02:00

fix issue where syncSlide would not run/play newly added background content

This commit is contained in:
Hakim El Hattab
2019-05-20 14:58:52 +02:00
parent bd1e82d19a
commit 9ac654d584

View File

@@ -3067,11 +3067,11 @@
syncBackground( slide ); syncBackground( slide );
syncFragments( slide ); syncFragments( slide );
loadSlide( slide );
updateBackground(); updateBackground();
updateNotes(); updateNotes();
loadSlide( slide );
} }
/** /**