mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 01:15:06 +01:00
fix slide notes printing
This commit is contained in:
parent
9f477f7d59
commit
4e839b3d78
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ export default class Print {
|
|||
if( config.showNotes ) {
|
||||
|
||||
// Are there notes for this slide?
|
||||
let notes = getSlideNotes( slide );
|
||||
let notes = this.Reveal.getSlideNotes( slide );
|
||||
if( notes ) {
|
||||
|
||||
let notesSpacing = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue