File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,7 @@ export default props => {
128
128
129
129
{ tour . getCustomState ( ) . showLazy && < LazyStep /> }
130
130
131
- < br /> < br /> < br /> < br /> < br /> < br /> < br /> < br /> < br /> < br /> < br />
132
- < br /> < br /> < br /> < br /> < br /> < br /> < br /> < br /> < br /> < br /> < br />
133
- < div className = "way-down-the-page" ref = { scrollStep } > Hi guys!</ div >
131
+ < div className = "way-down-the-page" ref = { scrollStep } style = { { marginTop : '110vh' } } > Hi guys!</ div >
134
132
</ div >
135
133
)
136
134
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default (selectors, dispatch) => {
44
44
dispatch ( {
45
45
type : SET_STEP_POINTER ,
46
46
data : {
47
- index : startAt ? selectors . getIndexOfStep ( startAt ) : 0 ,
47
+ index : typeof startAt === 'string' ? selectors . getIndexOfStep ( startAt ) : 0 ,
48
48
action : 'start'
49
49
}
50
50
} )
You can’t perform that action at this time.
0 commit comments