Просмотр исходного кода

include layout for notes outside of pdf exports

Hakim El Hattab 8 лет назад
Родитель
Сommit
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' );