1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-02 19:22:57 +02:00

sync lightbox between speaker/main window (fixes #3771)

This commit is contained in:
Hakim El Hattab
2025-03-25 10:42:41 +01:00
parent ac4064b64d
commit aa9dfc7eb8
11 changed files with 74 additions and 20 deletions

View File

@@ -209,6 +209,9 @@ const Plugin = () => {
deck.on( 'overviewshown', post );
deck.on( 'paused', post );
deck.on( 'resumed', post );
deck.on( 'showmediapreview', post );
deck.on( 'showiframepreview', post );
deck.on( 'closeoverlay', post );
// Post the initial state
post();