Skip to content
Snippets Groups Projects
Commit d7b92c9c authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

update main window when current slide changes in notes (closes #343)

parent c2ab30b8
No related branches found
No related tags found
No related merge requests found
......@@ -225,6 +225,13 @@
}, 1000 );
// Navigate the main window when the notes slide changes
currentSlide.contentWindow.Reveal.addEventListener( 'slidechanged', function( event ) {
window.opener.Reveal.slide( event.indexh, event.indexv );
} );
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment