Parcourir la source

chore: Better comment

Johannes Schill il y a 7 ans
Parent
commit
cf44c0cf87
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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() {