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:
@@ -250,7 +250,7 @@ export default class Overlay {
|
||||
}
|
||||
|
||||
isOpen() {
|
||||
return this.dom !== null;
|
||||
return !!this.dom;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user