naver / egjs-flicking-plugins

Plugins for @egjs/flicking
https://naver.github.io/egjs-flicking/Plugins
MIT License
61 stars 12 forks source link

Arrow and Pagination(Bullet) plugins have to click two times to move panel #19

Closed hawkup closed 3 years ago

hawkup commented 3 years ago

Description

I face the problem about Arrow and Pagination(Bullet) plugin. It has to click two times to move panel.

Steps to check or reproduce

I created a sample project on Codesandbox. You could check on this link.

Dependencies

@egjs/flicking-plugins: 4.1.0
@egjs/vue-flicking: 4.1.2
vue: 2.6.11

Reproduce

Open the website from this project, and click to navigate panel by clicking on arrow or bullet. Screen Shot 2564-07-19 at 22 32 30

WoodNeck commented 3 years ago

Hello! @hawkup! Looks like preventClickOnDrag option is preventing the first click event triggered, it must be a bug. Try to turn off that option for now, I'll fix that.

WoodNeck commented 3 years ago

We've released a new Flicking version(v4.2.1+) that fixes this, try that :) I'll close this issue for now