mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(picker): do not scroll
This commit is contained in:
@ -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}}>
|
||||
|
Reference in New Issue
Block a user