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: check autoInit exact to be false to not init #22

Closed malangfox closed 1 year ago

malangfox commented 2 years ago

Details

As the logic to init() when if (data.props.autoInit) { is passed, init() does not occur if data.props.autoInit is undefined or null. This solves the above problem by not using init() only when data.props.autoInit is exact to be false.