We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e918ea commit 4cd3a3bCopy full SHA for 4cd3a3b
audio-slideshow/plugin.js
@@ -389,6 +389,9 @@ const initAudioSlideshow = function(Reveal){
389
document.dispatchEvent( evt );
390
391
if ( timer ) { clearTimeout( timer ); timer = null; }
392
+ return;
393
+ // Do not execute following. See there:
394
+ // https://github.com/rajgoel/reveal.js-plugins/pull/148#issuecomment-1464891048
395
// preload next audio element so that it is available after slide change
396
var indices = Reveal.getIndices();
397
var nextId = "audioplayer-" + indices.h + '.' + indices.v;
0 commit comments