@@ -1,5 +1,5 @@
/*!
-* reveal.js 5.0.2
+* reveal.js 5.0.3
* https://revealjs.com
* MIT licensed
*
@@ -223,6 +223,8 @@ export default class PrintView {
// Notify subscribers that the PDF layout is good to go
this.Reveal.dispatchEvent({ type: 'pdf-ready' });
+ viewportElement.classList.remove( 'loading-scroll-mode' );
+
}
/**
@@ -1,6 +1,6 @@
{
"name": "reveal.js",
- "version": "5.0.2",
+ "version": "5.0.3",
"description": "The HTML Presentation Framework",
"homepage": "https://revealjs.com",
"subdomain": "revealjs",