readme update, kill event listeners when printing pdf
This commit is contained in:
@ -335,6 +335,7 @@ var Reveal = (function(){
|
||||
|
||||
// Special setup and config is required when printing to PDF
|
||||
if( isPrintingPDF() ) {
|
||||
removeEventListeners();
|
||||
setupPDF();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user