fix(techdocs): scroll flickering when navigating

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2022-04-03 11:58:40 +02:00
committed by Emma Indal
parent a122923bd0
commit 68f49e4ac6
@@ -725,10 +725,6 @@ export const useTechDocsReaderDom = (
window.open(parsedUrl.pathname, '_blank');
} else {
navigate(parsedUrl.pathname);
// Scroll to top of reader if primary sidebar link is clicked
transformedElement
?.querySelector('.md-content__inner')
?.scrollIntoView();
}
}
},