Skip to content

Instantly share code, notes, and snippets.

@bogdanjsx
Created September 22, 2016 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bogdanjsx/257de1b5e3351ad40052b6ebd6a43534 to your computer and use it in GitHub Desktop.
Save bogdanjsx/257de1b5e3351ad40052b6ebd6a43534 to your computer and use it in GitHub Desktop.
if (this.props.component) {
findDOMNode(this.refs[`componentName-${this.props.component}`])
.scrollIntoView({ behavior: 'smooth' });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment