1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 14:47:04 +02:00

new controls module for navigation arrows

This commit is contained in:
Hakim El Hattab
2020-03-16 13:53:23 +01:00
parent 2a06e0d1e5
commit c50ec00419
5 changed files with 285 additions and 168 deletions

View File

@@ -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 ) {