fix(all): gestures should use a passive listener (#21038)

This commit is contained in:
Liam DeBeasi
2020-04-30 16:03:54 -04:00
committed by GitHub
parent eab3373213
commit dea9248763
4 changed files with 8 additions and 13 deletions

View File

@ -66,6 +66,7 @@ export class PickerColumnCmp implements ComponentInterface {
gestureName: 'picker-swipe',
gesturePriority: 100,
threshold: 0,
passive: false,
onStart: ev => this.onStart(ev),
onMove: ev => this.onMove(ev),
onEnd: ev => this.onEnd(ev),