include layout for notes outside of pdf exports

This commit is contained in:
Hakim El Hattab 2016-05-26 10:09:09 +02:00
parent 3111d3b1ae
commit 4321266276
1 changed files with 1 additions and 0 deletions

View File

@ -948,6 +948,7 @@
if( config.showNotes ) {
dom.speakerNotes.classList.add( 'visible' );
dom.speakerNotes.setAttribute( 'data-layout', typeof config.showNotes === 'string' ? config.showNotes : 'inline' );
}
else {
dom.speakerNotes.classList.remove( 'visible' );