rewrite all fragment indices on startup
This commit is contained in:
parent
3427561b64
commit
0fb343f5bf
@ -347,8 +347,12 @@ var Reveal = (function(){
|
||||
|
||||
if( y > 0 ) verticalSlide.classList.add( 'future' );
|
||||
|
||||
sortFragments( verticalSlide.querySelectorAll( '.fragment' ) );
|
||||
|
||||
} );
|
||||
|
||||
if( verticalSlides.length === 0 ) sortFragments( horizontalSlide.querySelectorAll( '.fragment' ) );
|
||||
|
||||
} );
|
||||
|
||||
}
|
||||
|
6
js/reveal.min.js
vendored
6
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user