You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: The notes-server opens the presenter screen to the filename of the slideshow that is running
Actual behavior: The notes-server always assumes the slideshow file is ./index.html
Result: The presenter's screen tries to load index.html, which is not a reveal.js slideshow. Note that in this case the master is still able to send commands to the socket.io server by using the main slideshow screen, but changing slides through the presenter's notes screen does not work.