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