-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Live reload doesn't refresh speaker notes in speaker view #2822
Comments
Same problem, using Vite to build/serve. After reload, not only do the notes not update, but the current notes stick. Only exiting and re-entering presenter modes shows the updates. |
I'm having the same problem as @mikestopcontinues when running the presentation through Jekyll serve. This seems like something that oughta be easy to fix, but I'm at a loss. |
This has been fixed in master 🥳 Please give it a try when you get a chance. The core issue here has always been the main window losing its reference to the speaker window after reloading. I've tried to fix this a few times before but finally found a solution today. The speaker window now continuously sends a heartbeat via |
Thanks @hakimel. You're solution actually also just solved a long-standing bug in my own app's iframe communication. :D |
For editing/previewing my slides, I run
npm start
to make use of the live reload feature, to see changes on the fly.While this works just fine for the slide content, it doesn't refresh the notes in the "Speaker View", although the slide previews in the "Speaker View" get refreshed just fine.
This happens for plain HTML notes, as well as for Markdown notes.
I can reproduce this issue in
Using reveal.js 0582f57 on Ubuntu 18.04 (NodeJS 12.18.4 provided through a Nix Shell environment)
Configuration:
The output of gulp contains nothing unexpected:
The text was updated successfully, but these errors were encountered: