[improvement] Picker: stop momentum before emit confim event (#3411)

This commit is contained in:
流采
2019-05-31 09:30:56 +08:00
committed by neverland
parent e8daae912a
commit ba6dbcd673
8 changed files with 75 additions and 69 deletions

View File

@@ -131,6 +131,7 @@ export default sfc({
},
onConfirm() {
this.children.map(child => child.stopMomentum());
this.emit('confirm');
},