mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-10-27 04:01:47 +01:00
fix slide notes printing
This commit is contained in:
@@ -54,7 +54,7 @@ export default class Notes {
|
||||
*/
|
||||
updateVisibility() {
|
||||
|
||||
if( this.Reveal.getConfig().showNotes && this.hasNotes() ) {
|
||||
if( this.Reveal.getConfig().showNotes && this.hasNotes() && !this.Reveal.print.isPrintingPDF() ) {
|
||||
this.Reveal.getRevealElement().classList.add( 'show-notes' );
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user