Преглед изворни кода

include layout for notes outside of pdf exports

Hakim El Hattab пре 8 година
родитељ
комит
4321266276
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      js/reveal.js

+ 1 - 0
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' );