Merge branch 'MDL-85287-m501' of https://github.com/sammarshallou/moodle into MOODLE_501_STABLE
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -808,9 +808,6 @@ const Tour = class {
|
||||
|
||||
targetNode.data('flexitour', 'target');
|
||||
|
||||
// Add the backdrop.
|
||||
this.positionBackdrop(stepConfig);
|
||||
|
||||
$(document.body).append(currentStepNode);
|
||||
this.currentStepNode = currentStepNode;
|
||||
|
||||
@@ -826,6 +823,7 @@ const Tour = class {
|
||||
.animate({
|
||||
scrollTop: this.calculateScrollTop(stepConfig),
|
||||
}).promise().then(function() {
|
||||
this.positionBackdrop(stepConfig);
|
||||
this.positionStep(stepConfig);
|
||||
this.revealStep(stepConfig);
|
||||
pendingPromise.resolve();
|
||||
|
||||
Reference in New Issue
Block a user