diff --git a/src/components/App/App.jsx b/src/components/App/App.jsx index 0a67737..6b39931 100644 --- a/src/components/App/App.jsx +++ b/src/components/App/App.jsx @@ -62,6 +62,8 @@ class App extends React.Component { selectedParagraph: data, testInfo, }); + + window.scrollTo(0,0); }; fetchNewParagraph = () => {