tgideas / motion

Motion is a javascript library based on Zepto for mobile
http://tgideas.github.io/motion
449 stars 112 forks source link

silde 组件enable()方法bug #25

Closed Rhain closed 8 years ago

Rhain commented 8 years ago

默认情况下第一屏向下拉不会拉到最后一屏,但是当disable(0) 再enable(0)的时候,第一屏可以拉到最后一屏。

cnwander commented 8 years ago

disable(0, 'next'); enable(0, 'next');

Rhain commented 8 years ago

嗯, disable(0, 'next'); enable(0, 'next'); 可以解决提到的问题。