add pdf-ready event; dispatched when the presentation is laid out and ready to print
This commit is contained in:
parent
ca37d4e5b9
commit
19188205de
1 changed files with 3 additions and 0 deletions
|
@ -714,6 +714,9 @@
|
|||
fragment.classList.add( 'visible' );
|
||||
} );
|
||||
|
||||
// Notify subscribers that the PDF layout is good to go
|
||||
dispatchEvent( 'pdf-ready' );
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue