Skip to content

Commit

Permalink
Fix: Intraction with sign up breaks sign up tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aswath committed Jan 10, 2025
1 parent 3c14f0d commit 11536e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ define([], function () {
nextLabel: nextString,
exitOnOverlayClick: false,
nextToDone: false,
showBullets: false
showBullets: false,
disableInteraction: true,
});
tour.onafterchange(function() {
var color = this._introItems[this._currentStep].iconColor;
Expand Down

0 comments on commit 11536e0

Please sign in to comment.