NextJS/ReactJS prevent scrolling up with recreated component
I have an application where people can post comments and edit them with markdown. When I press the edit button and change the edit state the markdown editor is correctly created but the page scrolls up. I would like the…