0.3.7
fix (user): fix on-boarding causing resize issue on mobile
This commit is contained in:
parent
bc81e9e5ef
commit
cdda02767c
@ -2591,6 +2591,7 @@
|
|||||||
function finishOnBoarding() {
|
function finishOnBoarding() {
|
||||||
onBoardingPanel.classList.add('hide')
|
onBoardingPanel.classList.add('hide')
|
||||||
focusIllu.classList.add('hide')
|
focusIllu.classList.add('hide')
|
||||||
|
|
||||||
currentFeatureIndex = 0
|
currentFeatureIndex = 0
|
||||||
}
|
}
|
||||||
function nextTutorial() {
|
function nextTutorial() {
|
||||||
@ -2686,7 +2687,6 @@
|
|||||||
currentFeatureIndex = index
|
currentFeatureIndex = index
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
showTutorial(0)
|
|
||||||
|
|
||||||
const transactionSuccessSection = document.getElementById('success_section'),
|
const transactionSuccessSection = document.getElementById('success_section'),
|
||||||
transactionFailedSection = document.getElementById('failure_section'),
|
transactionFailedSection = document.getElementById('failure_section'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user