Răsfoiți Sursa

- FIx comment

haruhiko 6 ani în urmă
părinte
comite
fe1f19cf09
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/client/js/components/StaffCredit/StaffCredit.jsx

+ 1 - 1
src/client/js/components/StaffCredit/StaffCredit.jsx

@@ -52,7 +52,7 @@ export default class StaffCredit extends React.Component {
 
         target.slimScroll({
           height: target.innerHeight(),
-          // スクロールできるようになるのは、自動スクロールが完了した後なので bottom を設定し、一番下からスクロールできるようにする
+          // Able to scroll after automatic schooling is complete so set "bottom" to allow scrolling from the bottom.
           start: 'bottom',
           color: '#FFFFFF',
         });