Skip to content

Commit

Permalink
fix(uploader): avoid emit click-preview event in delete event (#3230)
Browse files Browse the repository at this point in the history
fix #3216
  • Loading branch information
rex-zsd authored Jun 3, 2020
1 parent 9a508de commit 02bf7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uploader/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
name="clear"
class="van-uploader__preview-delete"
data-index="{{ index }}"
bind:tap="deleteItem"
catch:tap="deleteItem"
/>
</view>

Expand Down

0 comments on commit 02bf7e8

Please sign in to comment.