ensure notes window fragment states are mirrored in main window #538
This commit is contained in:
parent
03385d7245
commit
53f1f110c8
3 changed files with 25 additions and 10 deletions
|
@ -1898,8 +1898,9 @@ var Reveal = (function(){
|
|||
}
|
||||
|
||||
if( !slide && currentSlide ) {
|
||||
var visibleFragments = currentSlide.querySelectorAll( '.fragment.visible' );
|
||||
if( visibleFragments.length ) {
|
||||
var hasFragments = currentSlide.querySelectorAll( '.fragment' ).length > 0;
|
||||
if( hasFragments ) {
|
||||
var visibleFragments = currentSlide.querySelectorAll( '.fragment.visible' );
|
||||
f = visibleFragments.length;
|
||||
}
|
||||
}
|
||||
|
|
4
js/reveal.min.js
vendored
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue