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