|
@@ -49,6 +49,8 @@ export default ({images = [], imgWidth=377, className, onChange, onClick, ref, s
|
|
|
|
|
|
|
|
|
|
const onTouchEnd = () => {
|
|
const onTouchEnd = () => {
|
|
|
|
+ if (!containerRef.current)
|
|
|
|
+ setTimeout(onTouchEnd, 20)
|
|
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 (afterAutoscroll.current) {
|
|
//if (afterAutoscroll.current) {
|