naver / egjs-conveyer

Conveyer adds Drag gestures to your Native Scroll.
https://naver.github.io/egjs-conveyer/
MIT License
111 stars 8 forks source link

fix: fix isReachStart's default value #18

Closed daybrush closed 2 years ago

daybrush commented 2 years ago

Issue

If it is the first time scrolling, I want to change the default value because it always reacth the start (left, top).

Details

malangfox commented 2 years ago

There is a part that fails during the unit test, and it seems to be failing as we no longer need to change reachStart to true in the conveyer.init. It seems that this part needs to be corrected.