-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching to Presenter view causes content to not render #1309
Comments
I can't reproduce it in |
Updated to
Which ended up at the white screen in the screenshot above, and the following was logged when I had refreshed the page in presenter mode (so presenter mode was working properly) and clicked the button to go into view mode
This then ended up in the black screen pictured above. |
I found this is a Firefox-only issue with the |
Confirming the issue's fixed with |
Describe the bug
When switching to presenter mode, the page will stop responding and will render the layout with no content. Pressing the arrow keys will change the page number in the url, but the page will not rerender.
If I then switch back to Viewing mode, I get a fully black page
I found that this most often happens when I switch to Presenter mode after navigating a few pages first, but it has also happened on the first page. Sometimes refreshing the page will bring the content back, but other times I need to close the tab and reopen it.
This is on a freshly generated project with only the first slide modified.
To Reproduce
Steps to reproduce the behavior:
npm init slidev@latest
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: