Selaa lähdekoodia

add pdf-ready event; dispatched when the presentation is laid out and ready to print

Hakim El Hattab 8 vuotta sitten
vanhempi
commit
19188205de
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      js/reveal.js

+ 3 - 0
js/reveal.js

@@ -714,6 +714,9 @@
 			fragment.classList.add( 'visible' );
 		} );
 
+		// Notify subscribers that the PDF layout is good to go
+		dispatchEvent( 'pdf-ready' );
+
 	}
 
 	/**