Adam Shaw před 7 roky
rodič
revize
45da8e3e88
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/util/dom-geom.ts

+ 1 - 1
src/util/dom-geom.ts

@@ -84,7 +84,7 @@ export function computeRect(el): Rect {
 }
 
 
-export function computeViewportRect(): Rect {
+function computeViewportRect(): Rect {
   return {
     left: window.scrollX,
     right: window.scrollX + document.documentElement.clientWidth,