1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-17 03:54:16 +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 );
syncFragments( slide );
loadSlide( slide );
updateBackground();
updateNotes();
loadSlide( slide );
}
/**