Skip to content

Commit

Permalink
fix notes in pdf print view hakimel#3535
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Nov 24, 2023
1 parent a88f38d commit 9d491c6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/reveal.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/reveal.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/reveal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/controllers/printview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' );

}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9d491c6

Please sign in to comment.