From 43212662767129f85973b82f8d1799fa446b3267 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 26 May 2016 10:09:09 +0200 Subject: [PATCH] include layout for notes outside of pdf exports --- js/reveal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/reveal.js b/js/reveal.js index f43e0aa..3c750af 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -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' );