From cdda02767c16bdbf52d413cd453e20024e9c5d04 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 14 Nov 2020 20:27:11 +0530 Subject: [PATCH] 0.3.7 fix (user): fix on-boarding causing resize issue on mobile --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c4dd6a0..6bf6a6e 100644 --- a/index.html +++ b/index.html @@ -2591,6 +2591,7 @@ function finishOnBoarding() { onBoardingPanel.classList.add('hide') focusIllu.classList.add('hide') + currentFeatureIndex = 0 } function nextTutorial() { @@ -2686,7 +2687,6 @@ currentFeatureIndex = index } } - showTutorial(0) const transactionSuccessSection = document.getElementById('success_section'), transactionFailedSection = document.getElementById('failure_section'),