소스 검색

chore: Better comment

Johannes Schill 7 년 전
부모
커밋
cf44c0cf87
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      public/app/core/utils/scrollbar.ts

+ 2 - 2
public/app/core/utils/scrollbar.ts

@@ -1,5 +1,5 @@
-// Slightly modified: https://raw.githubusercontent.com/malte-wessel/react-custom-scrollbars/master/src/utils/getScrollbarWidth.js
-// No "dom-css" dependancy
+// Slightly modified, but without dependancies:
+// https://raw.githubusercontent.com/malte-wessel/react-custom-scrollbars/master/src/utils/getScrollbarWidth.js
 let scrollbarWidth = null;
 
 export default function getScrollbarWidth() {