mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
fix(picker): do not scroll
This commit is contained in:
@ -423,8 +423,7 @@ export class PickerColumnCmp {
|
|||||||
type='pan'
|
type='pan'
|
||||||
direction='y'
|
direction='y'
|
||||||
passive={false}
|
passive={false}
|
||||||
maxAngle={20}
|
threshold={0}
|
||||||
threshold={10}
|
|
||||||
attachTo='parent'
|
attachTo='parent'
|
||||||
></ion-gesture>,
|
></ion-gesture>,
|
||||||
<div class='picker-opts' style={{maxWidth: col.optionsWidth}}>
|
<div class='picker-opts' style={{maxWidth: col.optionsWidth}}>
|
||||||
|
Reference in New Issue
Block a user