Merge branch 'bugfix-pause' of https://github.com/EverythingMe/reveal.js into dev
This commit is contained in:
commit
a927b05967
@ -977,9 +977,9 @@ var Reveal = (function(){
|
||||
function resume() {
|
||||
|
||||
var wasPaused = dom.wrapper.classList.contains( 'paused' );
|
||||
dom.wrapper.classList.remove( 'paused' );
|
||||
|
||||
cueAutoSlide();
|
||||
dom.wrapper.classList.remove( 'paused' );
|
||||
|
||||
if( wasPaused ) {
|
||||
dispatchEvent( 'resumed' );
|
||||
|
Loading…
Reference in New Issue
Block a user