You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this isn't an actively worked on project, but just documenting for others to see. .then(function() { console.log('Tour Finished!'); }) .catch(function() { console.log('Tour Aborted!') });
The "Tour Finished" fires off immediately when you launch and the catch never executes whether you click X or click outside on the backdrop to close.
The text was updated successfully, but these errors were encountered:
I know this isn't an actively worked on project, but just documenting for others to see.
.then(function() { console.log('Tour Finished!'); }) .catch(function() { console.log('Tour Aborted!') });
The "Tour Finished" fires off immediately when you launch and the catch never executes whether you click X or click outside on the backdrop to close.
The text was updated successfully, but these errors were encountered: