We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i am currently calling window.Reveal.initialize() when an editor i made has an update
window.Reveal.initialize()
when i have the window fullscreened and i call window.Reveal.initialize() it exists fullscreen
i tried initlizing reveal js then on my editor update i call reveal.sync() but it doesn't do anything no console.log either
The text was updated successfully, but these errors were encountered:
Hi Kemo, reinitializing Reveal also reinitializes any plugins. I’ll check it out but I’m not sure I can do anything about that.
Sorry, something went wrong.
ohh yeah i think its a problem with my approch
i tried doing initlizing once and doing sync() but my slides didn't update hopefully i will figure it out
No branches or pull requests
i am currently calling
window.Reveal.initialize()
when an editor i made has an updatewhen i have the window fullscreened and i call
window.Reveal.initialize()
it exists fullscreeni tried initlizing reveal js then on my editor update i call reveal.sync() but it doesn't do anything no console.log either
The text was updated successfully, but these errors were encountered: