mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 01:15:06 +01:00
new controls module for navigation arrows
This commit is contained in:
parent
2a06e0d1e5
commit
c50ec00419
5 changed files with 285 additions and 168 deletions
|
|
@ -14,7 +14,7 @@ export default class Fragments {
|
|||
}
|
||||
|
||||
/**
|
||||
* Called whenever the reveal.js config is updated.
|
||||
* Called when the reveal.js config is updated.
|
||||
*/
|
||||
configure( config, oldConfig ) {
|
||||
|
||||
|
|
@ -331,7 +331,8 @@ export default class Fragments {
|
|||
});
|
||||
}
|
||||
|
||||
this.Reveal.updateControls();
|
||||
this.Reveal.controls.update();
|
||||
|
||||
this.Reveal.updateProgress();
|
||||
|
||||
if( this.Reveal.getConfig().fragmentInURL ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue