mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-08 07:36:39 +02:00
notes plugin allows messsages from current/upcoming slide windows
This commit is contained in:
@@ -203,6 +203,7 @@ const Plugin = () => {
|
||||
// that we remain connected to the notes even if the presentation
|
||||
// is reloaded.
|
||||
window.addEventListener( 'message', event => {
|
||||
|
||||
if( !speakerWindow && typeof event.data === 'string' ) {
|
||||
let data;
|
||||
|
||||
|
Reference in New Issue
Block a user