Scroll to top when going to relayers page from onboarding
This commit is contained in:
@@ -265,6 +265,7 @@ class PlainPortalOnboardingFlow extends React.Component<PortalOnboardingFlowProp
|
||||
}
|
||||
private _handleFinalStepContinueClick(): void {
|
||||
if (utils.isMobile(this.props.screenWidth)) {
|
||||
window.scrollTo(0, 0);
|
||||
this.props.history.push('/portal');
|
||||
}
|
||||
this._closeOnboarding();
|
||||
|
Reference in New Issue
Block a user