fack2 / attention-training

Attention training is a project that helps neuro-diverse people diagnose their specific type of ADHD and provides guidance to them.
MIT License
0 stars 2 forks source link

BUG: switching component sometimes doesn't reset scroll height #93

Open FarahZaqout opened 5 years ago

FarahZaqout commented 5 years ago

to solve this we should scroll to (0,0) in the component did mount.

componentDidMount() {
  window.scrollTo(0, 0)
}