Explorar o código

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

Hakim El Hattab %!s(int64=8) %!d(string=hai) anos
pai
achega
19188205de
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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' );
+
 	}
 
 	/**