mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-09 16:17:28 +02:00
fix race condition by updating backgrounds after slide visibility
This commit is contained in:
@@ -2395,9 +2395,9 @@
|
|||||||
|
|
||||||
updateControls();
|
updateControls();
|
||||||
updateProgress();
|
updateProgress();
|
||||||
updateBackground( true );
|
|
||||||
updateSlideNumber();
|
updateSlideNumber();
|
||||||
updateSlidesVisibility();
|
updateSlidesVisibility();
|
||||||
|
updateBackground( true );
|
||||||
updateNotes();
|
updateNotes();
|
||||||
|
|
||||||
formatEmbeddedContent();
|
formatEmbeddedContent();
|
||||||
|
Reference in New Issue
Block a user