mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-10 08:34:15 +02:00
server notes plugin no longer syncs overview mode #1446
This commit is contained in:
@@ -22,10 +22,12 @@ io.on( 'connection', function( socket ) {
|
||||
});
|
||||
|
||||
socket.on( 'statechanged', function( data ) {
|
||||
delete data.state.overview;
|
||||
socket.broadcast.emit( 'statechanged', data );
|
||||
});
|
||||
|
||||
socket.on( 'statechanged-speaker', function( data ) {
|
||||
delete data.state.overview;
|
||||
socket.broadcast.emit( 'statechanged-speaker', data );
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user