Skip to content
Snippets Groups Projects
Commit d2b6ed47 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

force layout after configuration changes

parent ed5ada0b
No related branches found
No related tags found
No related merge requests found
......@@ -313,10 +313,6 @@ var Reveal = (function(){
// Updates the presentation to match the current configuration values
configure();
// Force an initial layout, will thereafter be invoked as the window
// is resized
layout();
// Read the initial hash
readURL();
......@@ -397,6 +393,9 @@ var Reveal = (function(){
}
}
// Force a layout to make sure the current config is accounted for
layout();
}
/**
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment