feat(gesture): add support for blurring active inputs on gesture start (#20638)

fixes #20588
This commit is contained in:
Liam DeBeasi
2020-04-27 10:52:14 -04:00
committed by GitHub
parent 32ee040e3f
commit 32ecdd6753
2 changed files with 16 additions and 0 deletions

View File

@ -191,6 +191,7 @@ AFTER:
gestureName: 'menu-swipe',
gesturePriority: 30,
threshold: 10,
blurOnStart: true,
canStart: ev => this.canStart(ev),
onWillStart: () => this.onWillStart(),
onStart: () => this.onStart(),