fix race condition by updating backgrounds after slide visibility
This commit is contained in:
parent
f9e5467000
commit
84090b882f
@ -2395,9 +2395,9 @@
|
|||||||
|
|
||||||
updateControls();
|
updateControls();
|
||||||
updateProgress();
|
updateProgress();
|
||||||
updateBackground( true );
|
|
||||||
updateSlideNumber();
|
updateSlideNumber();
|
||||||
updateSlidesVisibility();
|
updateSlidesVisibility();
|
||||||
|
updateBackground( true );
|
||||||
updateNotes();
|
updateNotes();
|
||||||
|
|
||||||
formatEmbeddedContent();
|
formatEmbeddedContent();
|
||||||
|
Loading…
Reference in New Issue
Block a user