We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c07725 commit 293da58Copy full SHA for 293da58
docs/docs/tutorials/quick-start.mdx
@@ -299,7 +299,7 @@ You should add directive `flicking-panel` to the panel elements you use
299
300
```html
301
<ngx-flicking
302
- [options]="{ circular: true, duration: 500 }"
+ [options]="{ circular: true, duration: 500, preventDefaultOnDrag: true }"
303
[plugins]="plugins"
304
(needPanel)="onNeedPanel($event)"
305
(moveEnd)="onMoveEnd($event)"
0 commit comments