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

fix issues with active slide logic in reader mode, foundational work for auto-animate support

This commit is contained in:
Hakim El Hattab
2023-10-05 14:06:06 +02:00
parent c856fa9db1
commit 3db2340df3
7 changed files with 63 additions and 20 deletions

View File

@@ -370,10 +370,6 @@ export default class Keyboard {
this.Reveal.toggleJumpToSlide();
}
}
// R
else if( keyCode === 82 ) {
this.Reveal.toggleReader();
}
else {
triggered = false;
}