mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
additional cleanup when destroying #1145
This commit is contained in:
parent
1e0cbe6779
commit
5e12c6aeb7
10 changed files with 62 additions and 5 deletions
|
|
@ -79,6 +79,12 @@ export default class Focus {
|
|||
|
||||
}
|
||||
|
||||
destroy() {
|
||||
|
||||
this.Reveal.getRevealElement().classList.remove( 'focused' );
|
||||
|
||||
}
|
||||
|
||||
onRevealPointerDown( event ) {
|
||||
|
||||
this.focus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue