diff --git a/js/reveal.js b/js/reveal.js index a19e486391049ac97f1d26fe8fa7559625be9d44..83c180b8107bd442539a1cd908b0b45a97dee7d3 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -2473,7 +2473,7 @@ */ function updateNotes() { - if( config.showNotes && dom.speakerNotes && currentSlide ) { + if( config.showNotes && dom.speakerNotes && currentSlide && !isPrintingPDF() ) { var notes = '';