We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37c6c4 commit 7bb431bCopy full SHA for 7bb431b
core/deck.core.js
@@ -283,8 +283,12 @@ that use the API provided by core.
283
// Hide the deck while states are being applied to kill transitions
284
$container.addClass(options.classes.loading);
285
286
+ // populate the array of slides for pre-init
287
+ initSlidesArray(elements);
288
// Pre init event for preprocessing hooks
289
beforeInitEvent.done = function() {
290
+ // re-populate the array of slides
291
+ slides = [];
292
initSlidesArray(elements);
293
bindKeyEvents();
294
bindTouchEvents();
0 commit comments