Quellcode durchsuchen

dont show notes container when printing pdf

Hakim El Hattab vor 9 Jahren
Ursprung
Commit
5a40b4486f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      js/reveal.js

+ 1 - 1
js/reveal.js

@@ -2473,7 +2473,7 @@
 	 */
 	function updateNotes() {
 
-		if( config.showNotes && dom.speakerNotes && currentSlide ) {
+		if( config.showNotes && dom.speakerNotes && currentSlide && !isPrintingPDF() ) {
 
 			var notes = '';