Skip to content

Commit

Permalink
fix(h5): 修复 chooseImage 无法两次选择相同图片 fix NervJS#3747
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Jul 10, 2019
1 parent 2b8180b commit c6b3322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-h5/src/api/image/chooseImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const chooseImage = function (options) {
typeof success === 'function' && success(res)
typeof complete === 'function' && complete(res)
taroChooseImageCallback(res)
e.target.value = ''
}
return taroChooseImagePromise
}
Expand Down

0 comments on commit c6b3322

Please sign in to comment.