mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-10-27 12:10:46 +01:00
move read/write url to location controller
This commit is contained in:
@@ -264,7 +264,7 @@ export default class Fragments {
|
||||
this.Reveal.updateProgress();
|
||||
|
||||
if( this.Reveal.getConfig().fragmentInURL ) {
|
||||
this.Reveal.writeURL();
|
||||
this.Reveal.location.writeURL();
|
||||
}
|
||||
|
||||
return !!( changedFragments.shown.length || changedFragments.hidden.length );
|
||||
|
||||
Reference in New Issue
Block a user