Scroll global

This commit is contained in:
Daniel Cortes
2020-06-06 23:23:33 -04:00
parent 19d613028b
commit d67cb49f04
3 changed files with 1 additions and 10 deletions

View File

@@ -277,8 +277,6 @@ export const Search = (props) => {
setWho(who);
setPage(page);
navigateTo(who, query, page);
window.scroll({left: 0, top: 0, behavior: 'smooth'});
};
const content = _ => {