瀏覽代碼

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){