mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-25 08:51:38 +02:00
additional cleanup when destroying #1145
This commit is contained in:
@@ -79,6 +79,12 @@ export default class Focus {
|
||||
|
||||
}
|
||||
|
||||
destroy() {
|
||||
|
||||
this.Reveal.getRevealElement().classList.remove( 'focused' );
|
||||
|
||||
}
|
||||
|
||||
onRevealPointerDown( event ) {
|
||||
|
||||
this.focus();
|
||||
|
Reference in New Issue
Block a user