include layout for notes outside of pdf exports
This commit is contained in:
		| @@ -948,6 +948,7 @@ | |||||||
|  |  | ||||||
| 		if( config.showNotes ) { | 		if( config.showNotes ) { | ||||||
| 			dom.speakerNotes.classList.add( 'visible' ); | 			dom.speakerNotes.classList.add( 'visible' ); | ||||||
|  | 			dom.speakerNotes.setAttribute( 'data-layout', typeof config.showNotes === 'string' ? config.showNotes : 'inline' ); | ||||||
| 		} | 		} | ||||||
| 		else { | 		else { | ||||||
| 			dom.speakerNotes.classList.remove( 'visible' ); | 			dom.speakerNotes.classList.remove( 'visible' ); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user