@@ -1,7 +1,6 @@
const WIKI_HEADER_LINK = 120;
export const smoothScrollIntoView = (element: HTMLElement, offsetTop = 0, scrollElement: HTMLElement | Window = window): void => {
- alert('smooth-scroll now called');
const targetElement = element || window.document.body;
// get the distance to the target element top