mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
notes plugin allows messsages from current/upcoming slide windows
This commit is contained in:
parent
31407082eb
commit
0247ae7582
4 changed files with 9 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue