1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-28 18:30:39 +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

View File

@@ -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' );
}
/**