Skip to content
Snippets Groups Projects
Commit 9c021301 authored by Maximilian Leo Huber's avatar Maximilian Leo Huber
Browse files

removing specific function for scroll to top

parent 209905d5
No related branches found
No related tags found
No related merge requests found
Pipeline #426080 passed
......@@ -23,10 +23,8 @@ import "./LoadingScreen.css";
const App = () => {
window.onbeforeunload = function () {
window.scrollTo(0, 0);
}
window.scrollTo(0, 0);
const [isLoading, setIsLoading] = useState(true);
const pathMapping = getPathMapping();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment