mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-05 14:17:56 +02:00
dont show notes container when printing pdf
This commit is contained in:
@@ -2473,7 +2473,7 @@
|
|||||||
*/
|
*/
|
||||||
function updateNotes() {
|
function updateNotes() {
|
||||||
|
|
||||||
if( config.showNotes && dom.speakerNotes && currentSlide ) {
|
if( config.showNotes && dom.speakerNotes && currentSlide && !isPrintingPDF() ) {
|
||||||
|
|
||||||
var notes = '';
|
var notes = '';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user