mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
fix issues with active slide logic in reader mode, foundational work for auto-animate support
This commit is contained in:
parent
c856fa9db1
commit
3db2340df3
7 changed files with 63 additions and 20 deletions
|
|
@ -370,10 +370,6 @@ export default class Keyboard {
|
|||
this.Reveal.toggleJumpToSlide();
|
||||
}
|
||||
}
|
||||
// R
|
||||
else if( keyCode === 82 ) {
|
||||
this.Reveal.toggleReader();
|
||||
}
|
||||
else {
|
||||
triggered = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue