Explorar o código

comment removed

Mao %!s(int64=4) %!d(string=hai) anos
pai
achega
da1e8140b6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      packages/app/src/client/util/smooth-scroll.ts

+ 0 - 1
packages/app/src/client/util/smooth-scroll.ts

@@ -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