1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-02 20:57:43 +02:00

fix notes in pdf print view #3535

This commit is contained in:
Hakim El Hattab
2023-11-24 10:42:41 +01:00
parent a88f38dec0
commit 9d491c6d2f
7 changed files with 10 additions and 8 deletions

2
dist/reveal.css vendored
View File

@@ -1,5 +1,5 @@
/*! /*!
* reveal.js 5.0.2 * reveal.js 5.0.3
* https://revealjs.com * https://revealjs.com
* MIT licensed * MIT licensed
* *

4
dist/reveal.esm.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/reveal.js vendored

File diff suppressed because one or more lines are too long

2
dist/reveal.js.map vendored

File diff suppressed because one or more lines are too long

View File

@@ -223,6 +223,8 @@ export default class PrintView {
// Notify subscribers that the PDF layout is good to go // Notify subscribers that the PDF layout is good to go
this.Reveal.dispatchEvent({ type: 'pdf-ready' }); this.Reveal.dispatchEvent({ type: 'pdf-ready' });
viewportElement.classList.remove( 'loading-scroll-mode' );
} }
/** /**

View File

@@ -1,6 +1,6 @@
{ {
"name": "reveal.js", "name": "reveal.js",
"version": "5.0.2", "version": "5.0.3",
"description": "The HTML Presentation Framework", "description": "The HTML Presentation Framework",
"homepage": "https://revealjs.com", "homepage": "https://revealjs.com",
"subdomain": "revealjs", "subdomain": "revealjs",