소스 검색

18 react update and prerender check

asmer 3 달 전
부모
커밋
40820d7982
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/SliderSiblingOnly.js

+ 3 - 1
src/SliderSiblingOnly.js

@@ -33,8 +33,10 @@ export default ({images = [], imgWidth=377, className, onChange, onClick, ref, s
 
 
     const onTouchEnd = () => {
-        if (!containerRef.current)
+        if (!containerRef.current){
             setTimeout(onTouchEnd, 20)
+            return
+        }
         // console.log('TOUCH END', inTouch.current, autoscroll.current, afterAutoscroll.current, 
         //                          containerRef.current.scrollLeft, containerRef.current.scrollWidth)
         if (inTouch.current){