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
It's now possible to destroy/uninitialize a reveal.js presentation. This will remove all event listeners and roll back all changes made to the DOM. It will also unregister all plugins and destroy them if they expose a destroy method. (#1145 / @hakimel)
Reveal.destroy();
You can now provide an absolute URL to the presentation that should be loaded in the speaker view. This is useful if you have a presentation integrated as part of a web page but still want the speaker view to work.
4.3.0
https://github.com/hakimel/reveal.js/releases/tag/4.3.0
tldr — self-destruction and bug fixes
Changes
Fixes
via Release notes from reveal.js https://github.com/hakimel/reveal.js/releases
February 28, 2022 at 02:54PM
The text was updated successfully, but these errors were encountered: