dont show notes container when printing pdf
This commit is contained in:
parent
a14a298d30
commit
5a40b4486f
1 changed files with 1 additions and 1 deletions
|
@ -2473,7 +2473,7 @@
|
|||
*/
|
||||
function updateNotes() {
|
||||
|
||||
if( config.showNotes && dom.speakerNotes && currentSlide ) {
|
||||
if( config.showNotes && dom.speakerNotes && currentSlide && !isPrintingPDF() ) {
|
||||
|
||||
var notes = '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue