1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-30 19:30:22 +02:00

brief transition for overlay

This commit is contained in:
Hakim El Hattab
2025-02-17 19:08:43 +01:00
parent 0950590300
commit 9af726b606
2 changed files with 13 additions and 1 deletions

View File

@@ -250,7 +250,7 @@ export default class Overlay {
}
isOpen() {
return this.dom !== null;
return !!this.dom;
}
/**