Skip to content

Commit

Permalink
fix(picker): do not scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Mar 22, 2018
1 parent 5c2678f commit 1c06bfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/components/picker-column/picker-column.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,7 @@ export class PickerColumnCmp {
type='pan'
direction='y'
passive={false}
maxAngle={20}
threshold={10}
threshold={0}
attachTo='parent'
></ion-gesture>,
<div class='picker-opts' style={{maxWidth: col.optionsWidth}}>
Expand Down

0 comments on commit 1c06bfe

Please sign in to comment.